win32file.CopyFileW

CopyFileW(from, to, bFailIfExists)

Copies a file (NT/2000 Unicode specific version)

Parameters

from : PyUnicode

The name of the file to copy from

to : PyUnicode

The name of the file to copy to

bFailIfExists : int

Indicates if the operation should fail if the file exists.