Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32api
>
CopyFile
win32api
.CopyFile
CopyFile(
src
, dest
, bFailOnExist
)
Copies an existing file to a new file
Parameters
src
: string
PyUnicode
Name of an existing file.
dest
: string/
PyUnicode
Name of file to copy to.
bFailOnExist=0
: int
Indicates if the operation should fail if the file exists.
Win32 API References
Search for
CopyFile
at
msdn
,
google
or
google groups
.