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.
Another thought is if there’s an “Update” or “Replace” method, like the “UpdateEntry” method that’s available in DotNetZip, documented here: UpdateEntry Method - DotNetZip Documentation
We have logged your requirements with ID “ZIPNET-282” and ID “ZIPNET-283” for further investigation. You will automatically be informed here once we have more information to share.
@mwhalen
Hello Michael,
Tomorrow we will provide you with a modified 18.11.1 version having compression and encryption settings exposed for an entry. Those changes will also be included in upcoming 18.12 version alongside with new features.