Gets the path of the file or directory. It can be relative or absolute path depending on the way of use.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also