The delete_file
method deletes a file.
delete_file( path )
Argument | Description |
---|---|
path
|
(string) The path and filename of the file to delete. |
(Boolean). A boolean, true
to indicate success or false
for failure.
|