file.delete
Syntax
Deletes the file named s from the file system.
Note: Use this function carefully. This does not prompt the user for confirmation!
b - true if the file was found and deleted. false otherwise.
s - the name of the file to delete.
file.close
file.end
9.1.13