I need to unzip a .zip file in a vb.net app and then zip up some other files.
Anyone got any suggestions on how to get started? Does vb.net have
something built in or so I need a component or something? Thanks.

Re: Is there a way to do zip and unzip in vb.net? by Jon

Jon
Wed Aug 17 16:23:46 CDT 2005

lanem <lanem@discussions.microsoft.com> wrote:
> I need to unzip a .zip file in a vb.net app and then zip up some other files.
> Anyone got any suggestions on how to get started? Does vb.net have
> something built in or so I need a component or something? Thanks.

.NET doesn't (although it will in 2.0). However, there's a library
called SharpZipLib you can use:

http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx

--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too