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

Implements

IFile..::.Exists

See Also