How to treat .zip files as directories in C#?

Posted by Suraj on Stack Overflow See other posts from Stack Overflow or by Suraj
Published on 2010-04-23T19:26:28Z Indexed on 2010/04/23 19:33 UTC
Read the original article Hit count: 277

Filed under:
|

I want to be able to be able to read files in zip files just as I would read files in a physical folder. How can I do this without having to extract the files?

© Stack Overflow or respective owner

Related posts about zip

Related posts about c#