bool DeleteFile(string filePath)
Deletes a file, and returns true if the file was deleted. Trust Level Required: High
Parameters
Name | Description |
filePath | The path of the new file. |
Return
False if the file did not exist.
Deletes a file, and returns true if the file was deleted. Trust Level Required: High
Name | Description |
filePath | The path of the new file. |
False if the file did not exist.