minigame-std
    Preparing search index...

    Interface MoveOptions

    Options for move.

    1.8.2

    interface MoveOptions {
        overwrite?: boolean;
    }
    Index
    overwrite?: boolean

    Whether to overwrite the destination file if it already exists.

    true