Sftp.ResolveSymlink Method
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9448)
ResolveSymlink(String)
Resolves the symlink and returns the real path.
Declaration
public string ResolveSymlink(string remotePath)
Parameters
| Type | Name | Description |
|---|---|---|
| String | remotePath | The symlink path. |
Returns
| Type | Description |
|---|---|
| String | Real path. |