Resolves the symlink and returns the real path.
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
Visual Basic |
---|
Public Function ResolveSymlink ( _ remotePath As String _ ) As String |
C# |
---|
public string ResolveSymlink( string remotePath ) |
Parameters
- remotePath
- Type: System..::..String
The symlink path.