There was an error while loading. Please reload this page.
mkdir
create the directory(ies) if they do not already exist
local df = require "lib/dtutils.file" df.mkdir(path)
path - string - a directory path
mkdir creates directories if they do not already exist. It creates parent directories if needed.
Libraries