[fpc-pascal] FPC Zip library

Michael Van Canneyt michael at freepascal.org
Mon Jan 28 22:07:53 CET 2008



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.



More information about the fpc-pascal mailing list