How do I copy a directory to a different drive in C#?
FileSystem.CopyDirectory(sourceDir, destDir);
FileSystem.CopyDirectory is in a VB namespace and assembly, but that probably doesn't matter.