Copying Folders

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
 
D

David Lowndes

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top