Difference between revisions of "zip"

From Free Pascal wiki
Jump to navigationJump to search
Line 1: Line 1:
 
== Unzip ==
 
== Unzip ==
The zip unit is a package which contains several routines to unzip files on every Lazarus supported platforms. There are 3 units:
+
The zip unit is included in a package which 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.  
+
* '''zip''' a unit which implements an zip mechanism with native Pascal links.
* '''unzipdll''' a unit which defines the interface for the info-zip unzip library.  
+
* '''unzip''' a unit which implements an unzip mechanism with native Pascal links.
 +
* '''zipbase''' a unit which defines the interface for the info-zip unzip library.  
 
* '''ziptypes''' contains some type definitions for the unzip unit.  
 
* '''ziptypes''' 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:18, 3 May 2020

Unzip

The zip unit is included in a package which contains several routines to unzip files on every Lazarus supported platforms. There are 3 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.
  • zipbase 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.