MkdirOptions$Typings extension
- on
Properties
- mode ↔ num?
-
Available on MkdirOptions, provided by the MkdirOptions$Typings extension
Permissions to use when creating the directory (defaults to0o777
, before the process's umask).getter/setter pair - recursive ↔ bool?
-
Available on MkdirOptions, provided by the MkdirOptions$Typings extension
If set totrue
, means that any intermediate directories will also be created (as with the shell commandmkdir -p
).getter/setter pair