I am using SevenZipSharp in order to compress files into a zip file. I am having 2 issues:
When using CompressFiles miltiple times on the same destination file it does not append the files, but overwrites them.
I would like the files to be added with out their whole path but can't seem to find how (I thought that PreserveDirectoryRoot = false would do the trick but it does not).
Does anyone have an idea?