ASP.NET C# Copy Directory with SubDirectories with System.IO

Posted by Gal V on Stack Overflow See other posts from Stack Overflow or by Gal V
Published on 2010-05-10T08:04:29Z Indexed on 2010/05/10 8:14 UTC
Read the original article Hit count: 239

Filed under:
|
|
|
|

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!

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about c#