CopyFile(src, dest, bFailOnExist)
Copies an existing file to a new file
Parameters
src : string
Name of an existing file.dest : string
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.