Gets the path of the file or directory.
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
Visual Basic |
---|
Public Overrides ReadOnly Property Path As String Get |
C# |
---|
public override string Path { get; } |
Field Value
The path of the file or directory.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.