squid-box / SevenZipSharp

Fork of SevenZipSharp on CodePlex
GNU Lesser General Public License v3.0
265 stars 99 forks source link

Abort extraction possible? #110

Open Bob323342 opened 3 years ago

Bob323342 commented 3 years ago

I know there is an "FileExtractionFinished" event where i can abort further file extraction, which is called after each extracted file. But if i have a very huge file, is it possible to abort extraction in between?

squid-box commented 3 years ago

To my knowledge there's no clean way to abort an ongoing file extraction.