Home All Groups Group Topic Archive Search About

Reading ZIP/CAB archives

Author
3 Jan 2007 12:21 AM
John Stivenson
What is the simplest way to read a ZIP/CAB archive from a .NET 2.0 application?
I don't need to create new archives, just to read existing ones.

Author
3 Jan 2007 12:29 AM
Henning Krause [MVP - Exchange]
Hello,

I believe, the standard for this is still
http://www.icsharpcode.net/OpenSource/SharpZipLib/.

..NET 2.0 has some compression features, but no full ZIP support.

As for CAB files, you'll have to stick to Win32 interop do manipulate
those...

Best regards,
Henning Krause

Show quote
"John Stivenson" <JohnStiven***@discussions.microsoft.com> wrote in message
news:34907F74-DBC4-4550-8714-6A6CD5845341@microsoft.com...
> What is the simplest way to read a ZIP/CAB archive from a .NET 2.0
> application?
> I don't need to create new archives, just to read existing ones.

AddThis Social Bookmark Button