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