'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