Is there a way to access the existing CompressionSettings/ExceptionSettings properties of an ArchiveEntry object? Our process takes an existing file from an ArchiveEntry, makes some modifications, and then attempts to replace it in the zip archive, and we need the replacement entry to use exactly the same compression and encryption settings. We will have the password used to create the entry in the first place, we just won’t know what type of encryption was used, nor what level of compression and the other things stored in those values.
Thanks for any info on this,
Michael Whalen