MAN page from PCLinuxOS lib64zip-devel-1.3.0-1pclos2017.x86_64.rpm
ZIP_DELETE
Section: Library Functions Manual (3)
Updated: March 10, 2009
Index NAME
zip_delete- delete file from zip archive
LIBRARY
libzip (-lzip)
SYNOPSIS
#include <zip.h>int
- zip_delete(zip_t *archive, zip_uint64_t index);
DESCRIPTION
The file at positionindexin the zip archivearchiveis marked as deleted. RETURN VALUES
Upon successful completion 0 is returned.Otherwise, -1 is returned and the error code inarchiveis set to indicate the error. ERRORS
zip_delete()fails if:- [ZIP_ER_INVAL]
- indexis not a valid file index inarchive.
SEE ALSO
libzip(3),zip_unchange(3) AUTHORS
Dieter Baron <dilloAATTnih.at>andThomas Klausner <tkAATTgiga.or.at>
Index
- NAME
- LIBRARY
- SYNOPSIS
- DESCRIPTION
- RETURN VALUES
- ERRORS
- SEE ALSO
- AUTHORS
This document was created byman2html,using the manual pages.