Add some file to ZIP archive.
...
File name in ZIP archive. Default codepage is ANSI. If value of tcNameInArchive parameter is TRUE, then string will be convert to UTF-8.
llIWontUTF8
A wish uses UTF-8 for encoding file name.
...
File password.
lcComment
File comment. Default codepage is ANSI. If value of llIWontUTF8 parameter is TRUE, then string will be convert to UTF-8.
Return values
Number
Value | Description |
---|---|
-1 | The source file doesn't exists. |
-2 | The source file cannot open. |
-3 | The file is big (greather then 4GiB). |
0 | File append to ZIP archive |
-102 | Bad paremeters. (ZIP_PARAMERROR) |
-103 | File is not a zip file. (ZIP_BADZIPFILE) |
-104 | Internal at error at zipping data. (ZIP_INTERNALERROR) |
...