Hi Juan,
BTW I wonder if I should change my app to use hbmzip instead of hbziparch.
I just wanted to recommend it in my changelog entry.
Any technical reason ?
Well, hbziparch is relying on a relatively heavy ZLIB interface code (ziparchive), which, to make it worse for Harbour, is written in C++, this makes it big, creates portability and other problems. The weakest link is the hbziparch interface code itself though. hbmzip offers similar functionality with a more flexible Harbour API, and with a much lighter and mature interface code.
Does hbmzip allow to set / get comments on zip archives ?
I don't know, but probably possible to implement even if it currently isn't.
Does hbmzip allow to zip files with relative path ?
I guess so, but best is if you try and report your results. Brgds, Viktor _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
