NAME
libzip
- library for manipulating zip archives
LIBRARY
libzip (-lzip)
SYNOPSIS
DESCRIPTION
libzip
is a library for reading, creating, and 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.
READING ZIP ARCHIVES
zip_open(3)
zip_name_locate(3)
zip_fopen(3)
zip_fopen_index(3)
zip_fread(3)
zip_fclose(3)
zip_close(3)
zip_stat(3)
zip_get_archive_comment(3)
zip_get_archive_flag(3)
zip_get_file_comment(3)
zip_get_name(3)
zip_get_num_files(3)
CREATING/MODIFYING ZIP ARCHIVES
zip_open(3)
zip_add(3)
zip_add_dir(3)
zip_replace(3)
zip_set_file_comment(3)
zip_source_buffer(3)
zip_source_file(3)
zip_source_filep(3)
zip_source_function(3)
zip_source_zip(3)
zip_source_free(3)
zip_rename(3)
zip_delete(3)
zip_unchange(3)
zip_unchange_all(3)
zip_unchange_archive(3)
zip_close(3)
zip_set_archive_comment(3)
zip_set_archive_flag(3)
ERROR HANDLING
zip_error_to_str(3)
zip_strerror(3)
zip_file_strerror(3)
zip_error_get(3)
zip_error_get_sys_type(3)
zip_errors(3)
AUTHORS
Dieter Baron <dillo@giga.or.at>
and
Thomas Klausner <tk@giga.or.at>
|