Returns real server path.
Namespace: Jscape.SftpAssembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0
Syntax
C# |
---|
public string GetRealPath( string path ) |
Visual Basic |
---|
Public Function GetRealPath ( _ path As String _ ) As String |
Visual C++ |
---|
public: String^ GetRealPath( String^ path ) |
Parameters
- path
- Type: System..::..String
target path
Return Value
real server path
Exceptions
Exception | Condition |
---|---|
Jscape.Sftp..::..SftpException | if protocol error occurs |