I am working on C#.net console application in my app i have two folders
1)D:\Working Projects\Alticore\AssetXML\LIS,
2)D:\Working Projects\Alticore\AssetXMLProcessed.
I want to copy only sub-folder(i.e LIS) from D:\Working Projects\Alticore\AssetXML\LIS to D:\Working Projects\Alticore\AssetXMLProcessed.
This should exactly like this `"D:\Working Projects\Alticore\AssetXMLProcessed/LIS" and Source folder should be remain same i.e don't want to move source folder to destination folder.
Any solution to this problem I'll be appreciate.
Loading
Suthish NairPosted Sep 13, 2013, 9:24 AM
Joxin StanlyPosted Sep 13, 2013, 8:50 AM
The idea is get all subdirectories by using below logic-:
and the create them in your desired folder by looping above subdirs -:
Hope this helps
Indra RPosted Sep 13, 2013, 8:21 AM
Suthish NairPosted Sep 13, 2013, 8:09 AM
Pankaj PandeyPosted Sep 13, 2013, 7:51 AM
explain a little more..what is meaning of structure of a folder..