@tauri-apps/plugin-fs - v2.4.1
    Preparing search index...

    Interface MkdirOptions

    2.0.0

    interface MkdirOptions {
        mode?: number;
        recursive?: boolean;
        baseDir?: BaseDirectory;
    }
    Index

    Properties

    mode?: number

    Permissions to use when creating the directory (defaults to 0o777, before the process's umask). Ignored on Windows.

    recursive?: boolean

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

    baseDir?: BaseDirectory

    Base directory for path