copy folder content to other location

weronpc

Member
Joined
Feb 14, 2005
Messages
6
Programming Experience
1-3
Hello, I am having a .Net problem, not sure this is posible or not, please help.

How do I copy a folder and all its content within the folder to another location?

example, I want to copy C:/hello, in folder hello there is folder hi, in folder hi there is a file called mike.txt

how do I copy everything in C:/hello?

Thank you
 
Is there a way to use the copy functions without the function scanning the source directory for file information before copying?

I have a drive to copy which has about 40,000 and this can take some time. With DOS xcopy it copies straight away.

Thanks
 
Back
Top