Hi Sam,
Yet another forum post that I didn't notice... Sorry.
The goal is that this would be handled by the Ecere File and Archive class.
FileOpen("<myArchive.zip>path/to/file.txt", read) would let you open a file within a ZIP archive whereas the Archive class will handle creating and adding to existing archives.
See ear/cmd and ear/extract for example usage.
The current reality though is that only Ecere Archives (ear) are supported at the moment.
There are libraries available however, and it'd be nice to add support through the File/Archive classes for other archives through modules.
7z:
http://www.7-zip.org/sdk.htmlzip:
http://www.nih.at/libzip/rar:
ftp://ftp.rarlabs.com/rar/unrarsrc-3.7.8.tar.gzgz: zlib supports that (
www.zlib.net)
bz2:
http://www.bzip.org/xz:
http://tukaani.org/xz/tar: Should be simple enough to do ourselves
http://en.wikipedia.org/wiki/Tar_(computing)
http://www.libarchive.org/ -- this also supports multiple archive formats
Please let me know if you'd be interested to contribute modules for this

Regards,
-Jerome