Copying Folders

  • Thread starter Thread starter Sudhakar
  • Start date Start date
S

Sudhakar

Hi,

I wanna copy a folder over another folder, which one will be the best
method to go for ?

Method I: using MFC/C++
Method 2: using script like VBscript or shell script

secondly, I want to the C-run-time library : "system" , when I make a call
to this system from inside a VC++ program , a command prompt openup and
closes, How I do this in silent mode ?

Thanks,
Sud
 
I wanna copy a folder over another folder, which one will be the best
method to go for ?

Method I: using MFC/C++
Method 2: using script like VBscript or shell script

I suggest you have a look at SHFileOperation.

Dave
 
Back
Top