How to copy a folder from one one path and paste it to another path using c# ?

Posted by karthik on Stack Overflow See other posts from Stack Overflow or by karthik
Published on 2010-03-22T07:45:26Z Indexed on 2010/03/22 7:51 UTC
Read the original article Hit count: 209

Filed under:

How to copy a folder from one one path and paste it to another path using c# ? The copied original folder should be pasted inside folder named with today's date like "220310"

Like.....

Orginal folder : c://Org/AbcFolder

Destination folder : D://Dest/220310/AbcFolder

Please help..

© Stack Overflow or respective owner

Related posts about c#