VDirectory.Exists Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9448)
Exists(String)
Method returns true when a directory exists on the given path; otherwise returns false.
Declaration
public static bool Exists(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| String | path | The path of the directory, which existence is checked. |
Returns
| Type | Description |
|---|---|
| Boolean | True when a directory exists on the given |