DLiteScript

io.createDir

Creates an empty directory. Returns an error if the directory already exists.

Examples

1
io.createDir("data") // creates an empty directory called "data"
Improve this page