
The ZipArchive library adds ZIP compression functionality to your software. It features: compression, decompression and modification of zip archives, segmented archives support (splitting and spanning), standard zip encryption, BZIP2 compression algorithm, in-memory archives processing, progress notifications with controllable frequency of calling callback, and more.
v4.6 [Jan 2, 2014]
Added project files for Visual Studio 2015. These are now default project files for the ZipArchive Library.
Under Windows the ZipPlatform::GetFileTimes method can now read file times when there are no permissions for listing files, but there are permissions for reading a file (thanks to Alexander).
Various bug fixes.