Hallo, i would like to insert/append a file to an archive, for example
Insert(string fileName, string archiveName);
it should insert the file with fileName to archive of archiveName
some modification would be:
Insert(ZipEntry entry, string fileName, string archiveName);
where file should be under the entry placed
how should i open such a ZipOutputStream?
Any idea?
Thanks
Pawel