DLiteScript

io.deleteDir

Deletes the given directory. Returns an error if the directory does not exist.

Examples

1
io.deleteDir("data") // deletes the directory called "data"
Improve this page