Check if object is an existing directory. True if 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 IsDirectory { get; }
Visual Basic
Public ReadOnly Property IsDirectory As Boolean
	Get
Visual C++
public:
property bool IsDirectory {
	bool get ();
}
F#
member IsDirectory : bool with get

Property Value

Type: Boolean

See Also