Query: zip_rename
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ZIP_RENAME(3) Library Functions Manual ZIP_RENAME(3)NAMEzip_rename - rename file in zip archiveLIBRARYlibzip (-lzip)SYNOPSIS#include <zip.h> int zip_rename(struct zip *archive, zip_uint64_t index, const char *name);DESCRIPTIONThe file at position index in the zip archive archive is renamed to name.RETURN VALUESUpon successful completion 0 is returned. Otherwise, -1 is returned and the error code in archive is set to indicate the error.ERRORSzip_rename fails if: [ZIP_ER_DELETED] The file to be renamed has been deleted from the archive. [ZIP_ER_EXISTS] There is already a file called name in the archive. [ZIP_ER_INVAL] index is not a valid file index in archive, name is NULL or the empty string. Also a file cannot be renamed to a directory or vice versa. Directories are denoted by a trailing slash.SEE ALSOlibzip(3), zip_unchange(3)AUTHORSDieter Baron <dillo@giga.or.at> and Thomas Klausner <tk@giga.or.at> NiH March 10, 2009 ZIP_RENAME(3)
Related Man Pages |
---|
zip_add(3) - centos |
zip_get_file_extra(3) - centos |
zip_set_file_comment(3) - centos |
zip_get_name(3) - debian |
zip_set_file_comment(3) - debian |
Similar Topics in the Unix Linux Community |
---|
Find Gzip rename and mv |