File Copying-please help
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
hi , can anyone please tell me how to copy a file to another destination , something like the filecopy command in the vb.
what about "CopyFile"?
BOOL CopyFile(
LPCTSTR lpExistingFileName, // name of an existing file
LPCTSTR lpNewFileName, // name of new file
BOOL bFailIfExists // operation if file exists
);Don't try it, just do it! ;-)