Deletes the given file. Returns an error if the file does not exist.
1
io.deleteFile("data.txt") // deletes the file called "data.txt"