![]() |
|
|
+ Search |
![]()
|
Jun 13th, 2001 02:45
Robert Walker, Mick Dobra,
BOOL CopyFile(
LPCTSTR lpExistingFileName,
// pointer to name of an existing file
LPCTSTR lpNewFileName, // pointer to filename to copy to
BOOL bFailIfExists // flag for operation if file exists
);
where bFailIfExists = FALSE if you want to overwrite it if it exists
already