IsFile Property

MCManager API

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

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

Syntax

C#
public bool IsFile { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsFile As Boolean
Visual C++
public:
virtual property bool IsFile {
	bool get () sealed;
}

Implements

IFile..::.IsFile

See Also