Recommend the free Delphi 7 component to work with Zip archives. In the Internet, I dug ZipMaster, fwZip. What are you using?
4 answers
Use Abbrevia . Free, have source code, MPL license.
- Thank. I'm going to try now. - Vyacheslav Kirichenko
|
Standard does not suit? (zlib to zip can be modified.)
- so "modify" or "standard"? :-D By the way, was there a zlib in Delphi 7? - Arioch
- Standard ZLib, but it does not create a zip file header, it only compresses according to the Identical zip algorithm, I don’t remember the name)) - Vladimir Klykov
- Either deflate / inflate or even more implode / explode, but for simple and fast Delphi Inspirations there is UCL (upx.sf.net library), and for sharing with the outside world you also need the title - Arioch
- ru.stackoverflow.com/questions/181974/delhi-gzip-zlib something like this, the standard library Zlib, becomes a zip \ gz archive) - Vladimir Klykov
|
I used ZipForge back in JEDI VCL there is a whole set of components for working with all sorts of archives in the JV Encrypt, Compress tab
- Only not JediVCL but in Jedi CodeLib - there is an interface to the libraries 7-zip.rg - Arioch
|
I use the 7z library and wrap it
|