'Declaration Public Shared Function ToSftpPath( _ ByVal fileSystemPath As String _ ) As String
'Usage Dim fileSystemPath As String Dim value As String value = SFtpSession.ToSftpPath(fileSystemPath)
public static string ToSftpPath( string fileSystemPath )
Parameters
- fileSystemPath
- The Xceed FileSystem path to convert.
Return Value
The passed path converted to an SFTP path.