Given a folder structure:
parentFolder
- ChildFolder1
- somefiletolookfor.txt
- (other files and folder)
- ChildFolder2
- (other files and folder)
- ChildFolder3
- (other files and folder)
- ChildFolder4
- somefiletolookfor.txt
- (other files and folder)
- ChildFolder5
- (other files and folder)
I would like to get the folder paths for ChildFolder1 and ChildFolder4. And for each of those folder paths I need to do a copy task.
Here is one that would work:
Here is the result for the sample files that I made: