zip

From Lazarus wiki
Revision as of 11:16, 3 May 2020 by Matthius (talk | contribs) (zip)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Unzip

The zip unit contains several routines to unzip files on every Lazarus supported platforms. There are 3 units:

  • zip 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 zip library unit is included in Lazarus 2.