Difference between revisions of "unzip"

From Lazarus wiki
Jump to navigationJump to search
Line 4: Line 4:
 
* '''zip''' a unit which implements an zip mechanism with native Pascal links.  
 
* '''zip''' a unit which implements an zip mechanism with native Pascal links.  
 
* '''unzip''' a unit which implements an unzip mechanism with native Pascal links.   
 
* '''unzip''' a unit which implements an unzip mechanism with native Pascal links.   
 +
* '''ziputils''' contains some tools for the unzip unit.
 
* '''zipbase''' a unit which defines the interface for the info-zip unzip library.  
 
* '''zipbase''' a unit which defines the interface for the info-zip unzip library.  
* '''ziputils''' contains some type definitions for the unzip unit.
 
  
 
The zip library unit is included in Lazarus 2.
 
The zip library unit is included in Lazarus 2.

Revision as of 12:27, 3 May 2020

Unzip and zip

The unzip and zip package contains several routines to unzip or zip files on every Lazarus supported platforms. There are 4 units:

  • zip a unit which implements an zip mechanism with native Pascal links.
  • unzip a unit which implements an unzip mechanism with native Pascal links.
  • ziputils contains some tools for the unzip unit.
  • zipbase a unit which defines the interface for the info-zip unzip library.

The zip library unit is included in Lazarus 2.

See also

Go back to Packages List