I have the need to add a file to an already-existing self-extracting ZIP file. The best library I could find online is TrueZip, which was created by Christian Schlichtherle. The TrueZip 7.3+ version claims to have the ability to append new files into an already-existing archive, but the following online documentation does a poor job of demonstrating this:
http://illegalexception.schlichtherle.de/2011/07/26/appending-to-zip-files/
Can anyone provide some sample code which uses TrueZip to add a file to an already-existing ZIP archive?
(End note: I am actually working with a self-extracting ZIP file, but I read online that TrueZip can handle this.)
@ChristianSchlichtherle I will give you a bounty if you update your website with working usable examples of TrueZip.
Files.copy