| .TH "ZIP_FILE_SET_EXTERNAL_ATTRIBUTES" "3" "December 29, 2016" "NiH" "Library Functions Manual" |
| \fBzip_file_set_external_attributes\fR |
| \- set external attributes for file in zip |
| \fBzip_file_set_external_attributes\fR(\fIzip_t\ *archive\fR, \fIzip_uint64_t\ index\fR, \fIzip_flags_t\ flags\fR, \fIzip_uint8_t\ opsys\fR, \fIzip_uint32_t\ attributes\fR); |
| \fBzip_file_set_external_attributes\fR() |
| function sets the operating system and external attributes for the |
| zip_file_get_external_attributes(3). |
| Upon successful completion 0 is returned. |
| Otherwise, \-1 is returned and the error information in |
| is set to indicate the error. |
| \fBzip_file_set_external_attributes\fR() |
| is not a valid file index in |
| Required memory could not be allocated. |
| was opened in read-only mode. |
| zip_file_get_external_attributes(3) |
| Dieter Baron <\fIdillo@nih.at\fR> |
| Thomas Klausner <\fItk@giga.or.at\fR> |