On 28/01/2008, Felipe Monteiro de Carvalho <[EMAIL PROTECTED]> wrote: > Hello, > > Does anyone know a zip library for fpc that can create a directory > structure inside the zip?
Yup. Darius Blaszijk and I worked on a TZipFile project (Darius did most of it) where you can access the inside of a zipfile in the same way as a normal directory. Create, Delete and View files and directories etc... Compression is still not working 100% - I still need to find some time to debug it. But if you have a zip file with no compression, it works perfectly. We created the project for things like a new help file format where all content is stored in a zip archive and viewed directly from the zip file. Darius might have had other plans to. Have a look at: https://modelbuilder.svn.sourceforge.net/svnroot/modelbuilder/src/trunk/mcl/zipfile/ Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal