I'd like to copy folder with all its subfolders and file from one location to another in .NET. What's the best way to do this?
I see the Copy method on the System.IO.File class, but was wondering whether there was an easier, better, or faster way than to crawl the directory tree.