Interface MoveOptions

Options for move and moveSync.

interface MoveOptions {
    overwrite?: boolean;
}

Properties

Properties

overwrite?: boolean

Whether the destination file should be overwritten if it already exists.

{false}