(Using MS Visual C++ 6.0)
I want to enable my application to copy files after I click a button.
I have tried the Shell function CopyFile, with no success. All I really need it to do is, copy all C:\windows\system\*.DLL to C:\back\system , saving them with their origonal names and file attributes.
I tried spawning Xcopy.exe (Gawd, the horror!), sure it worked, but it is extremely non-optimal.
Any suggestions on ways I could accomplish this, let me know please.
(Note: I know how to link the function to clicking a button, so no help is needed there. Just need a function that will allow me to use wildcards to copy files, and how to use it.)
Thank you much. In the mean time, I will search more...![]()



LinkBack URL
About LinkBacks



