Difference between revisions of "unzip"

From Free Pascal wiki
Jump to navigationJump to search
m
(zip)
Line 1: Line 1:
 
== Unzip ==
 
== Unzip ==
The unzip package contains several routines to unzip files. There are 3 units:
+
The unzip package contains several routines to unzip files on every Lazarus supported platforms. There are 3 units:
  
 
* '''unzip''' a unit which implements an unzip mechanism in native Pascal.  
 
* '''unzip''' a unit which implements an unzip mechanism in native Pascal.  
Line 9: Line 9:
  
 
== See also ==
 
== See also ==
 +
[[zip|zip library link]]
 
[[paszlib|paszlib: Object oriented zip file handling which does not require external libraries]]
 
[[paszlib|paszlib: Object oriented zip file handling which does not require external libraries]]
  

Revision as of 12:14, 3 May 2020

Unzip

The unzip package contains several routines to unzip files on every Lazarus supported platforms. 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

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

Go back to Packages List