Determines whether a directory exists.
[Visual Basic] Overridable Public ReadOnly Property Exists As Boolean [C#] public bool Exists {override get;} [C++] public: __property virtual bool get_Exists(); [JScript] public function get Exists() : Boolean;
true if the directory exists, false otherwise.
Exception Type | Condition |
---|---|
IOException | Refresh() is unable to initialize the data. |