How to copy a folder from one one path and paste it to another path using c# ?
- by karthik
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..