Check if this is the root directory. True if root directory, otherwise false.

Namespace: BasicCard.BasicCards.FileSys
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public bool IsRootDirectory { get; }
Visual Basic
Public ReadOnly Property IsRootDirectory As Boolean
	Get
Visual C++
public:
property bool IsRootDirectory {
	bool get ();
}
F#
member IsRootDirectory : bool with get

Property Value

Type: Boolean

See Also