Creates an empty directory. Returns an error if the directory already exists.
1
io.createDir("data") // creates an empty directory called "data"