Is it possible to create a directory in lua ? If so, how ?
You can use the paths package instead. Then you can simply do:
require 'paths' paths.mkdir('your/dir')