> but gzip/gunzip doesn't do archiving, just deflates single files, doesn't > it? IUC you need archiving also. But maybe I don't understand the problem > well ;-)
I need file structure inside the zip file to store all embedded files. gzip can not be used because I do not want to handle tar. Because we already requires zlib, the zip format is easier to use. Cheers, Bo