Versions Compared

Key

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

Write data to opened file handle. 

Code Block
eqZIP::Object.WriteData(tcData)

Parameters  

tcData
   Data which will be write to file handle. 

Return values

Number

ValueDescription

...

-102

...

Bad paremeters. (ZIP_PARAMERROR)

...

-103

...

File is not a zip file. (ZIP_BADZIPFILE)

...

-104

...

Internal at error at zipping data. (ZIP_INTERNALERROR)

Remarks

Applies To: XFRX#ZIP

See also

OpenNewFile Method
CloseFile Method