IFileSystem.DeleteFile method
Deletes the file at the specified path.
public void DeleteFile(string path)
| parameter | description |
|---|---|
| path | The path of the file to delete. |
See Also
- interface IFileSystem
Deletes the file at the specified path.
public void DeleteFile(string path)
| parameter | description |
|---|---|
| path | The path of the file to delete. |