Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

XFRX#ZIP

Add some file to ZIP archive.

Code Block
XFRX#ZIP::AppendFile(tcFilename [, tcNameInArchive [, llIWontUTF8 [, lcPassword]]]])

...

ValueDescription
-1The source file doesn't exists. 
-2The source file cannot open.
0File append to ZIP archive
-102Bad paremeters. (ZIP_PARAMERROR)
-103File is not a zip file. (ZIP_BADZIPFILE)
-104Internal at error at zipping data. (ZIP_INTERNALERROR)

...