FtpItem.SymlinkPath Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 8.0.9673)
SymlinkPath
Gets the path this item points to if it is symlink, null otherwise.
Declaration
public string SymlinkPath { get; }
Property Value
| Type | Description |
|---|---|
| String | The path this item points to if it is symlink, null otherwise. |