MkdirOptions
Defined in: plugins/fs/guest-js/index.ts:623
2.0.0
optional
baseDir:BaseDirectory
Defined in: plugins/fs/guest-js/index.ts:631
Base directory for path
optional
mode:number
Defined in: plugins/fs/guest-js/index.ts:625
Permissions to use when creating the directory (defaults to 0o777
, before the process’s umask). Ignored on Windows.
optional
recursive:boolean
Defined in: plugins/fs/guest-js/index.ts:629
Defaults to false
. If set to true
, means that any intermediate directories will also be created (as with the shell command mkdir -p
).
© 2025 Tauri Contributors. CC-BY / MIT