MkdirOptions
Defined in: plugins/fs/guest-js/index.ts:623
2.0.0
optionalbaseDir:BaseDirectory
Defined in: plugins/fs/guest-js/index.ts:631
Base directory for path
optionalmode: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.
optionalrecursive: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