Hello,
I have a program which reads and modifies data stored in a directory structure. The data itself is in text files. What I would like to do is to pack everything in a single file, i.e. hide the complex directory structure from the users. I was thinking of a zip archive or a disk image.
Can anyone recommend a static ANSI C/C++ library which would allow manipulating the content of an archive or disk image?
I found zlib, but it seems that it can't handle directory structures.
I'm aiming for a cross-platform application which could be run on Amiga, Mac OS X, and Windows.
Wed, 2013-05-15 21:46
#1
Recommendations for archive or disk image libraries?