Creates an empty file. Returns an error if the file already exists.
1
io.createFile("data.txt") // creates an empty file called "data.txt"