Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Zip decompression library/source

Status
Not open for further replies.

qednick

Programmer
Jul 26, 2002
516
US
Does anyone know of a simple, small zip decompression library/source that is easy to use and can handle WinZip compressed files?

I'm not looking for zLib or ZipArchive - I simply need something that will do something like this:

[tt]Extract("zipfile.zip","/output_directory");[/tt]

tellis.gif

programmer (prog'ram'er), n A hot-headed, anorak wearing, pimple-faced computer geek.
 
Hi, thanks GG... shortly after I posted I found this library:


works great and is free. I had had problems using zlib (caused my IDE to crash) which is why I wanted to avoid it. The above library is actually based on zlib but works like a treat. :)
tellis.gif

programmer (prog'ram'er), n A hot-headed, anorak wearing, pimple-faced computer geek.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top