copy a folder, delete a folder
-
hi, i am working on a tool (c++ mfc) that needs to copy a folder, then delete a folder. This is terms of copy the entire folder, then delete. Example, C:\CopyMe to C:\CopyMeHere, then delete C:\CopyMe . is there any simple functions for that? thanks, Fred
-
hi, i am working on a tool (c++ mfc) that needs to copy a folder, then delete a folder. This is terms of copy the entire folder, then delete. Example, C:\CopyMe to C:\CopyMeHere, then delete C:\CopyMe . is there any simple functions for that? thanks, Fred
-
thanks, will give it a try. Fred
-
hi, i am working on a tool (c++ mfc) that needs to copy a folder, then delete a folder. This is terms of copy the entire folder, then delete. Example, C:\CopyMe to C:\CopyMeHere, then delete C:\CopyMe . is there any simple functions for that? thanks, Fred
...and also see
MoveFile(...)
_**
**_
WhiteSky