FtpItem.SymlinkPath Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
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. |