HB_SETZIPCOMMENT()

Set an Zip archive Comment

Syntax

HB_SETZIPCOMMENT(<cComment>) -->Nil

Arguments

<cComment> Comment to add to the zip archive

Returns

<NIL> this function always return NIL

Description

This function stored an global comment to an zip archive. It should be called before any of the Compression Function.
Examples
      HB_SETZIPCOMMENT("This is an Test")
      hb_zipfile('test.zip',{"\windows\ios.ini","\windows\win.ini"})
Status

Ready

Compliance

This function is a Harbour extension

Platforms

All

Files

Library is zlib.lib and zlib_bor.lib For Borland Compilers Library is zlib.lib zlib_ms.lib for MSVC compilers