How to get type and number of .zip contents

Posted by kapil on Stack Overflow See other posts from Stack Overflow or by kapil
Published on 2010-04-22T10:00:18Z Indexed on 2010/04/22 10:03 UTC
Read the original article Hit count: 456

Filed under:
|
|

How can i get the content names of a zipped folder in C# i.e. name of files and folders inside the compressed folder? I want to decompress the zip by using GZipStream only.

thanks, kapil

© Stack Overflow or respective owner

Related posts about c#

Related posts about gzipstream