XFRX#ZIP
Add some file to ZIP archive.
Code Block |
---|
XFRX#ZIP::AppendFile(tcFilename [, tcNameInArchive [, llIWontUTF8 [, lcPassword]]]]) |
...
Value | Description |
---|---|
-1 | The source file doesn't exists. |
-2 | The source file cannot open. |
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) |
...