Interface RenameFileOptions

Rename file options

interface RenameFileOptions {
    ignoreIfExists?: boolean;
    overwrite?: boolean;
}

Properties

ignoreIfExists?: boolean

Ignores if target exists.

overwrite?: boolean

Overwrite target if existing. Overwrite wins over ignoreIfExists