On Mon, 28 Jan 2008, Felipe Monteiro de Carvalho wrote:

> Hello,
> 
> Does anyone know a zip library for fpc that can create a directory
> structure inside the zip?
> 
> I am implementing a generic spreadsheet library, and I was considering
> adding either OpenDocument or OOXML to it, so it really needs to be a
> zip file with a directory structure inside.

Doesn't the zipper unit that comes standard with FPC suit your needs ?
As far as I know, there is no special treatment needed for directories,
just add the file with a name like subdir/filename.ext ?

Michael.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to