[Issue 13160] ZipArchive.directory do not support read files with more than 65000 entries

2019-11-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13160 berni44 changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 13160] ZipArchive.directory do not support read files with more than 65000 entries

2014-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13160 --- Comment #1 from Domingo Alvarez Duarte --- Here there is a description of the zip64 to read files with big number of files; http://en.wikipedia.org/wiki/Zip_%28file_format%29#ZIP64 --