I am trying to add a file stored on my local disk to a 7-zip archive using SevenZipSharp
and the 7z.dll
. This file should be added to some path \a\b\c\...
inside the archive. However, the CompressFiles
method of SevenZipSharp's SevenZipCompressor
does not seem to provide an overload for which the destination can be set.
How do I add a file to a specific path in a 7-zip archive using SevenZipSharp?