string DeleteFile(string filePath)
Deletes a file, and returns true if the file was deleted.
Security
Trust Level Required: Full Trust
Parameters
Name | Description |
filePath | The path to the file to delete. |
Return
A JSON string where Bool indicates if the function succeeded and Str is an error message on failure.