Difference between revisions of "unzip"

From Free Pascal wiki
Jump to navigationJump to search
(See also)
Line 12: Line 12:
  
 
Go back to [[Package_List|Packages List]]
 
Go back to [[Package_List|Packages List]]
 +
 +
[[Category:Packages]]

Revision as of 08:04, 30 April 2013

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