Extract/UnZIP files from nested subfolder structure

Hi,

I have a folder structure of following
Main Folder:
1.ZIP
2.ZIP
3.ZIP
4.ZIP

inside every zip file I have different folders. But I want to Extract only particular folder. Ex: 4.zip
I can extract 4.ZIP but inside the 4 folder, I have one more folder as A

1.ZIP
2.ZIp
3.ZIP
4.ZIP>A>B.ZIP>Vendor x,Vendor Y

THe last 2 folders contains PDF files which I have to copy to another location. Can anyone tell me how to extract only files(Not the folders, does not matter in How many subfolders are there inside subfolders of a main folder) inside subfolder of subfolders of a main folder?

TIA

Hi @Bandi_Vinay_Kumar ,

Checkout below post, hope this will help you.

1 Like

Hi Manoj,

I could able to extract the data from single folder but my requirement is files are inside multiple subfolders, mean inside subfolder which is inside another sub folder which is inside another subfolder, and there is a chance that one of the subfolder is zip folder hence we have to unzip it and then extract the files. The tagged link will not help me.

Thanks