[Issue 2138] Allow more than 65535 files in Zip archives

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jan 27 02:05:06 PST 2015


https://issues.dlang.org/show_bug.cgi?id=2138

FG <home at fgda.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |home at fgda.pl

--- Comment #1 from FG <home at fgda.pl> ---
https://github.com/D-Programming-Language/phobos/pull/2914
This solves the issue with limited number of items allowed in older zip
archives, but for files over 4 GB, encryption, or preserving file attributes
(especially when moving files between platforms) something other than std.zip
would have to be used.

--


More information about the Digitalmars-d-bugs mailing list