Gets the relative path of the file or directory.

Namespace:  Rebex.IO
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Overrides ReadOnly Property Path As String
	Get
C#
public override string Path { get; }

Return Value

The relative path of the file or directory.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also