happy-opfs
    Preparing search index...

    Interface MoveOptions

    Options for move.

    interface MoveOptions {
        overwrite?: boolean;
    }
    Index

    Properties

    Properties

    overwrite?: boolean

    Whether to overwrite the destination file if it already exists.

    true