HB_GETZIPCOMMENT()

Return the comment of an zip file

Syntax

HB_GETZIPCOMMENT(<szFile>) --> <szComment>

Arguments

<szFile> File to get the comment from

Returns

<szComment> The comment that was stored in <szFile>

Description

This function recieve an valid zip file name as parameter, and return the global comment stored within.
Examples
      ? "The comment of tes.zip",HB_GETZIPCOMMENT('tes.zip')
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