Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 142
wpferguson edited this page Jun 14, 2020
·
1 revision
mkdir
create the directory(ies) if they do not already exist
localdf=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