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

    Interface RemoveOptions

    2.0.0

    interface RemoveOptions {
        recursive?: boolean;
        baseDir?: BaseDirectory;
    }
    Index

    Properties

    Properties

    recursive?: boolean

    Defaults to false. If set to true, path will be removed even if it's a non-empty directory.

    baseDir?: BaseDirectory

    Base directory for path