WriteData Method

Write data to opened file handle. 

Object.WriteData(tcData)

Parameters  

tcData
   Data which will be write to file handle. 

Return values

Number

ValueDescription
-102Bad paremeters. (ZIP_PARAMERROR)
-103File is not a zip file. (ZIP_BADZIPFILE)
-104Internal at error at zipping data. (ZIP_INTERNALERROR)

Remarks

Applies To: XFRX#ZIP

See also

OpenNewFile Method
CloseFile Method