MkdirOptions$Typings extension

on

Properties

mode num?

Available on MkdirOptions, provided by the MkdirOptions$Typings extension

Permissions to use when creating the directory (defaults to 0o777, before the process's umask).
getter/setter pair
recursive bool?

Available on MkdirOptions, provided by the MkdirOptions$Typings extension

If set to true, means that any intermediate directories will also be created (as with the shell command mkdir -p).
getter/setter pair