SftpItem.Path Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
Path
Gets the path of the file or directory.
Declaration
public override string Path { get; }
Property Value
Type | Description |
---|---|
String | The path of the file or directory. |
Overrides
Remarks
It contains a full path if returned by the GetItems(String) method or a file/directory name only if returned by the GetList() method.