1LIBZIP(3)                  Library Functions Manual                  LIBZIP(3)
2
3
4

NAME

6       libzip - library for manipulating zip archives
7

LIBRARY

9       libzip (-lzip)
10

SYNOPSIS

12       #include <zip.h>
13

DESCRIPTION

15       libzip is a library for reading, creating, and modifying zip archives.
16
17       Below  there  are  two  sections listing functions: one for how to read
18       from zip archives and one for how to create/modify them.
19

READING ZIP ARCHIVES

21   open archive
22       zip_open(3)
23
24   find files
25       zip_name_locate(3)
26
27   read files
28       zip_fopen(3) zip_fopen_index(3) zip_fread(3) zip_fclose(3)
29
30   close archive
31       zip_close(3)
32
33   miscellaneous
34       zip_stat(3)     zip_get_archive_comment(3)      zip_get_file_comment(3)
35       zip_get_name(3) zip_get_num_files(3)
36

CREATING/MODIFYING ZIP ARCHIVES

38   create/open archive
39       zip_open(3)
40
41   add/change files
42       zip_add(3)  zip_replace(3) zip_set_file_comment(3) zip_source_buffer(3)
43       zip_source_file(3)      zip_source_filep(3)      zip_source_function(3)
44       zip_source_zip(3) zip_source_free(3)
45
46   rename files
47       zip_rename(3)
48
49   delete files
50       zip_delete(3)
51
52   revert changes
53       zip_unchange(3) zip_unchange_all(3) zip_unchange_archive(3)
54
55   close archive
56       zip_close(3)
57
58   miscellaneous
59       zip_set_archive_comment(3)
60

ERROR HANDLING

62       zip_error_to_str(3)         zip_strerror(3)        zip_file_strerror(3)
63       zip_error_get(3) zip_error_get_sys_type(3) zip_errors(3)
64

AUTHORS

66       Dieter Baron <dillo@giga.or.at> and Thomas Klausner <tk@giga.or.at>
67
68
69
70NiH                             April 23, 2006                       LIBZIP(3)
Impressum