file.delete

Syntax

b = file.delete(s)

Deletes the file named s from the file system.

Note: Use this function carefully. This does not prompt the user for confirmation!

Returns:

b - true if the file was found and deleted. false otherwise.

Arguments:

s - the name of the file to delete.