Decompressing zip files

  • Thread starter Thread starter Bruno Silva
  • Start date Start date
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
 
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
 
Back
Top