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