Optional
modePermissions to use when creating the directory (defaults to 0o777
, before the process's umask). Ignored on Windows.
Optional
recursiveDefaults to false
. If set to true
, means that any intermediate directories will also be created (as with the shell command mkdir -p
).
Optional
baseBase directory for path
Since
2.0.0