Difference between revisions of "unzip"
From Lazarus wiki
Jump to navigationJump to search (See also) |
|||
Line 1: | Line 1: | ||
+ | == Unzip == | ||
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 | + | * '''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 | + | The unzip library is not distributed by Free Pascal, it must be downloaded from its own [http://www.info-zip.org/ home page]. |
− | Go to | + | == See also == |
+ | [[paszlib|paszlib: Object oriented zip file handling]] | ||
+ | |||
+ | Go back to [[Package_List|Packages List]] |
Revision as of 10:30, 6 June 2012
Unzip
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 its own home page.
See also
paszlib: Object oriented zip file handling
Go back to Packages List