am trying to add a file to an existing archive using the following code. When run no errors or exceptions are shown but no files are added to the archive either. Any ideas w
The ZipOutputStream class does not update existing ZIP files. Use the ZipFile class instead.
ZipOutputStream
ZipFile