Exists Property

MCManager API

File exists property, if true the file/directory exists.

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

Syntax

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

See Also