VDirectoryInfo.Exists Property
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9119)
Exists
Method returns true when the file or directory exists; otherwise returns false. Inherited from VFileSystemInfo.
Declaration
public bool Exists { get; }
Property Value
Type | Description |
---|---|
Boolean | True when the file or directory exists. |