DotNetZip.Semverd icon indicating copy to clipboard operation
DotNetZip.Semverd copied to clipboard

Error Handler for extracting (question/feature request)

Open shazam19 opened this issue 5 years ago • 1 comments

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?

shazam19 avatar Jan 06 '20 10:01 shazam19

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.

darkms avatar Oct 19 '20 12:10 darkms