Check if file/directory exists. True if it exists, otherwise false.

Namespace: BasicCard.BasicCards.FileSys
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public bool Exists { get; }
Visual Basic
Public ReadOnly Property Exists As Boolean
	Get
Visual C++
public:
property bool Exists {
	bool get ();
}
F#
member Exists : bool with get

Property Value

Type: Boolean

See Also