![]() |
![]()
| ![]() |
![]()
NAME
LIBRARYlibzip (-lzip) SYNOPSIS
DESCRIPTION
The main design criteria for
For this reason, when modifying zip archives,
Below there are two sections listing functions: one for how to read from zip archives and one for how to create/modify them. GENERAL NOTESUnless explicitly documented, functions should not be passed
FILE NAMESEncodingNames of files in the host file system are expected in UTF-8 encoding. On Windows, variants for ASCII and UTF-16 are also available. Names of files inside archives are by default expected in UTF-8
encoding. Other encodings can be requested by using the flags
For details see the relevant man pages. Directory SeparatorThe zip format requires the use of forward slash
(‘/’) as directory separator. Since backslash
(‘\’) can be part of a valid file name on Unix systems,
THREAD SAFETYIn general, different zip archives opened by
READING ZIP ARCHIVESOpen ArchiveFind FilesRead FilesClose ArchiveMiscellaneousCREATING/MODIFYING ZIP ARCHIVESCreate/Open ArchiveAdd/Change Files and Directories
Rename FilesDelete FilesRevert ChangesRead/Modify Extra FieldsClose Archive (Writing)Miscellaneous (Writing)ERROR HANDLINGAUTHORSDieter Baron <dillo@nih.at> and Thomas Klausner <wiz@gatalith.at>
|