MOVEFILE_REPLACE_EXISTING
const win32file.MOVEFILE_REPLACE_EXISTING;If a file of the name specified by lpNewFileName already exists, the function replaces its contents with those specified by lpExistingFileName.
If a file of the name specified by lpNewFileName already exists, the function replaces its contents with those specified by lpExistingFileName.