std.zip

FG via Digitalmars-d digitalmars-d at puremagic.com
Sun Jan 25 18:13:57 PST 2015


On 2015-01-25 at 17:02, AndyC wrote:
> I was looking at this bug report:
>
> https://issues.dlang.org/show_bug.cgi?id=2138
>
> and sure enough it doesn't handle zipfiles with more than 65K files.


If all you need is the ability to read archives with more than 65K files,
I have created a small patch for std.zip to support reading Zip64:

http://fgda.pl/static/std_zip.patch

The writing part of Zip64 archives isn't done, but that should be only
a little harder to do. All other limitations of std.zip are still present.

But testing would be required. I haven't tried to unpack archives
with this code yet, only listed their contents.


More information about the Digitalmars-d mailing list