minigame-std
    Preparing search index...

    Interface CopyOptions

    Options for copy.

    1.7.0

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

    Whether to overwrite the destination file if it already exists.

    true