NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FileSystemEntry.Exists

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;

Property Value

true if the file or directory exists; otherwise, false.

See Also

FileSystemEntry Class | FileSystemEntry Members | System.IO Namespace