unzip

From Free Pascal wiki
Revision as of 17:48, 16 February 2009 by Marcov (talk | contribs) (New page: The unzip package contains several routines to unzip files. There are 3 units: * '''unzip''' a unit which implements an unzip mechanism in native pascal. * '''unzipdll''' a unit ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The unzip package contains several routines to unzip files. There are 3 units:

   * unzip a unit which implements an unzip mechanism in native pascal. 
   * unzipdll a unit which defines the interface for the info-zip unzip library. 
   * ziptypes contains some type definitions for the unzip unit. 

The unzip library is not distributed by Free Pascal, it must be downloaded from it's own home-page.

Go to back Packages List