How do I Achieve the following :
- Need to go through entire directory and pick up few folders from that directory
- Need to go into subfolder of those few folders we capture from directory
- Copy subfolders of all the the folders we have selected from directory and paste them to specific file path with specific naming convention
- After pasting them need to loop into for each and start unzipping specific files from that subfolder
TIA !