File Copying-please help
C / C++ / MFC
4
Posts
4
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.
Check out shfileoperation api. My God is more powerfull Than Your God.
-
hi , can anyone please tell me how to copy a file to another destination , something like the filecopy command in the vb.
> ...something like the
filecopy
command in the vb. Just swap the words infilecopy
...and you'll get the C++ equivalent. :)CopyFile
orCopyFileEx
will do it in C++. Another alternative isSHFileOperation
. Regards, RK -
hi , can anyone please tell me how to copy a file to another destination , something like the filecopy command in the vb.