| .TH "ZIP_FILE_SET_MTIME" "3" "December 29, 2016" "NiH" "Library Functions Manual" |
| \- set last modification time (mtime) for file in zip |
| \fBzip_file_set_mtime\fR(\fIzip_t\ *archive\fR, \fIzip_uint64_t\ index\fR, \fItime_t\ mtime\fR, \fIzip_flags_t\ flags\fR); |
| \fBzip_file_set_mtime\fR() |
| function sets the last modification time (mtime) for the file at |
| Currently, no support for any |
| Upon successful completion 0 is returned. |
| Otherwise, \-1 is returned and the error information in |
| is set to indicate the error. |
| \fBzip_file_set_mtime\fR() |
| is not a valid file index in |
| Required memory could not be allocated. |
| was opened in read-only mode. |
| Dieter Baron <\fIdillo@nih.at\fR> |
| Thomas Klausner <\fItk@giga.or.at\fR> |