Przemek,

Many thanks. I'll test it.

Best regards
Juan

----- Original Message ----- From: "Przemyslaw Czerpak" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Friday, July 25, 2008 7:20 PM
Subject: [Harbour] 2008-07-25 19:19 UTC+0200 Przemyslaw Czerpak(druzus/at/priv.onet.pl)


2008-07-25 19:19 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
 * harbour/contrib/hbmzip/hbmzip.c
   + added support to set archive comment:
        HB_ZipClose( hZip, [ cGlobalComment ] ) --> nError
   + added support to get archive comment in append mode:
        HB_ZipOpen( cFileName, [ iMode = HB_ZIP_CREATE ],
                    [ @cGlobalComment ] ) --> hZip
   + added support to set file comment:
        HB_ZipFileCreate( hZip, cZipName, dDate, cTime,
                          nInternalAttr, nExternalAttr,
                          [ nMethod = HB_ZLIB_METHOD_DEFLATE ],
                          [ nLevel = HB_ZLIB_COMPRESSION_DEFAULT ],
                          [ cPassword ], [ cComment ] ) --> nError
        HB_ZipStoreFile( hZip, cFileName, [ cZipName ],
                         [ cPassword ], [ cComment ] ) --> nError
   + added new function which allow to extract archive comment:
HB_UnzipGlobalInfo( hUnzip, @nEntries, @cGlobalComment ) --> nError
   + added support to extract file comment:
        HB_UnzipFileInfo( hUnzip, @cZipName, @dDate, @cTime,
                          @nInternalAttr, @nExternalAttr,
                          @nMethod, @nSize, @nCompressedSize,
                          @cComment ) --> nError

 * harbour/contrib/hbmzip/readme.txt
   + added list of Harbour ZIP/UNZIP functions with parameters

best regards
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to