Xceed .NET Libraries Documentation
Xceed.SSH.Client Assembly / Xceed.SSH.Client Namespace / SFtpClient Class / GetRealPath Method


In This Topic
    GetRealPath Method (SFtpClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetRealPath( _
       ByVal path As String, _
       ByRef attributes As Attrs, _
       ByVal ParamArray composePaths() As String _
    ) As String
    'Usage
     
    Dim instance As SFtpClient
    Dim path As String
    Dim attributes As Attrs
    Dim composePaths() As String
    Dim value As String
     
    value = instance.GetRealPath(path, attributes, composePaths)
    public string GetRealPath( 
       string path,
       out Attrs attributes,
       params string[] composePaths
    )

    Parameters

    path
    attributes
    composePaths
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also