Decompressing zip files

B

Bruno Silva

Hello dear readers,

I'm currently coding a little app and I need to know how I can do something,
the idea is to download a little zip from from the web (currently working)
and then unzip it... I've been searching for system.io.compression, but I
cant seem to find an example of how to extract the file... can someone give
me a clue?

tnks..

PS: using vb .net 2005
 
C

Cor Ligthert [MVP]

As long as it is not for Net 3.0 (has zippackage included)

I like this one, however there are more.

http://www.zlib.net/

Mostly it is in my idea personal preference at the moment which one to use

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top