delete
File.delete(filename)
Parameters
filename | Path of file to delete. |
Returns
NothingDescription
Deletes the file at the path specified by filename.
File.delete(filename)
filename | Path of file to delete. |
Deletes the file at the path specified by filename.