IsDirectory Property

MCManager API

Is directory property, is true if the file instance is a directory.

Namespace:  Moxiecode.Manager.FileSystems
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
bool IsDirectory { get; }
Visual Basic (Declaration)
ReadOnly Property IsDirectory As Boolean
Visual C++
property bool IsDirectory {
	bool get ();
}

See Also