LocalItem.Exists Property
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9448)
Exists
Gets a value indicating whether the file or directory exists.
Declaration
public bool Exists { get; }
Property Value
| Type | Description |
|---|---|
| Boolean | True if the file or directory exists; false otherwise. |