Check if file/directory exists. True if it exists, otherwise false.
Namespace: BasicCard.BasicCards.FileSysAssembly: 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 |