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#
public bool IsDirectory { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsDirectory As Boolean
Visual C++
public:
virtual property bool IsDirectory {
	bool get () sealed;
}

Implements

IFile..::.IsDirectory

See Also