FileSystemItem.Path Property
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9083)
Path
Gets the path of the file or directory. It can be relative or absolute path depending on the way of use.
Declaration
public abstract string Path { get; }
Property Value
Type | Description |
---|---|
String | The path of the file or directory. |
Remarks
It contains a full path if returned by the GetItems method or a file/directory name only if returned by the GetList method.