Difference between revisions of "unzip"

From Lazarus wiki
Jump to navigationJump to search
(New page: 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 ...)
 
Line 1: Line 1:
 
The unzip package contains several routines to unzip files. There are 3 units:
 
The unzip package contains several routines to unzip files. 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.  
    * '''unzipdll''' a unit which defines the interface for the info-zip unzip library.  
+
* '''unzipdll''' 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 unzip library is not distributed by Free Pascal, it must be downloaded from it's own [http://www.info-zip.org/ home-page].
 
The unzip library is not distributed by Free Pascal, it must be downloaded from it's own [http://www.info-zip.org/ home-page].
  
 
Go to back [[Package_List|Packages List]]
 
Go to back [[Package_List|Packages List]]

Revision as of 18:48, 16 February 2009

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 it's own home-page.

Go to back Packages List