VFile.Delete Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9448)
Delete(String)
Deletes a file identified by the path.
Declaration
public static void Delete(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| String | path | The path of the file that should be deleted. |