Searching files inside nested zip using C#

1k Views Asked by At

I have folder that contains zip folders. Those zip files may have zip folders inside them. I need to search for a particular file using its pattern which may be inside any of the nested zips. What would be the best way to get them in c#

1

There are 1 best solutions below

0
On