nibu
1
Hello,
How do I open each folder starting with VS(numbers is Randoms ) and copy the subfolders ? 
HareeshMR
(Hareesh Madasi)
2
@nibu,
here are the steps to do :
- Use Directory.GetFiles(Path) to get the files inside the parent folder and are stored in a string array
- Then loop through the array and check if the value starts with VS using string manipulations
- If it is, in then condition, use again Directory.Getfiles and pass the item value in that.
- use again for each activity and inside the body, use Move Files activity
Hope it helps 
nibu
3
Thank you. can you share sample ? @HareeshMR
system
(system)
Closed
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.