Format:
delete "filename";
This command deletes the file you specify from the disk. You must specify an exact file name. The file name cannot contain wildcards (* and ?).
Example:
// Delete the file HELLO.TXT
delete "HELLO.TXT";