ASP.NET C# Copy Directory with SubDirectories with System.IO
- by Gal V
Hello all,
I need to copy a whole directory C:\X to C:\Y\X, and I need the sub-folders to be copied as well.
Is there any way to do it with the System.IO.File\Directory namespaces ?
Thanks for all helpers!