DotNetZip.Semverd
DotNetZip.Semverd copied to clipboard
Error Handler for extracting (question/feature request)
When I try to extract a zip file it just throws exception instead of firing any event. Why isn't there a event like ZipError (which fires during Save()) for ExtractAll()? Or is there any other work around to look for failed extraction?
Hi, you are completely right, turns out there is a callback like that for compression, but not for extraction and any errors on extraction are propagated to caller. =
If this is a feature you'd like to have, please feel free to raise a PR.