unzip

From Free Pascal wiki
Revision as of 09:56, 2 September 2013 by BigChimp (talk | contribs)
Jump to navigationJump to search

Unzip

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 its own home page.

See also

paszlib: Object oriented zip file handling which does not require external libraries

Go back to Packages List