
This is an easy to understand example how to use the great Info-Zip Dlls (www.info-zip.org) to zip or unzip files or directories. The basics of this code, the included wrappers, are not by myself and will be supplied automatically if you download the Dlls from info-zip.org. But I have to work a lot to understand how to use the Dlls in my own manner.
This code shows simple to use zip routines: zip a file or directory, unzip a file or directory, unzip a single file of a zip file, delete a single file of a zip file, show the file names inside a zip file. Please vote.
----------------------------------------------
Update 08/17/2008: Fixing some severe bugs in the unzip routines.
API DeclarationsA lot :)