-
Notifications
You must be signed in to change notification settings - Fork 111
mkdir
wpferguson edited this page Jun 14, 2020
·
1 revision
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.
path - string - a directory path