forked from darktable-org/lua-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
mkdir
deekayhd edited this page Mar 29, 2026
·
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