Question : Copy directory

Is there an easy way to copy an entire directory strucutre?

Answer : Copy directory

=> MoveTo ? Are you sure that this COPIES the directory?
I would use My.Computer.FileSystem.CopyDirectory("C:\Source", "C:\Dest", <Overwrite True or False>)
Random Solutions  
 
programming4us programming4us