Gets the path of the file or directory.
It can be relative or absolute path depending on the way of use.
Namespace:
Rebex.IO
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public MustOverride ReadOnly Property Path As String Get |
C# |
---|
public abstract string Path { get; } |
Field Value
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.