Indicates whether the file or directory exists.
[Visual Basic] MustOverride Public ReadOnly Property Exists As Boolean [C#] public bool Exists {abstract get;} [C++] public: __property virtual bool get_Exists() = 0; [JScript] public abstract function get Exists() : Boolean;
true if the file or directory exists; otherwise, false.
FileSystemEntry Class | FileSystemEntry Members | System.IO Namespace