zip support

BlitzMax Forums/BlitzMax Programming/zip support

Is there a module to create and open zip files?

with directory hierarchy and password protection

Search on the forum for - zipengine

Irrelevent hint - you can emulate a solid archive (that you can achieve natively with RAR) in ZIP format by zipping a ZIP that contains more than one file. :)

IIRC Koriolis' zipstream mod can do it too

thanks ill check it out