VFile.Exists Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9313)
Exists(String)
Method returns true when a file 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 file, which existence is checked.  | 
    
Returns
| Type | Description | 
|---|---|
| Boolean | True when a file exists on the given   |