tomap / SevenZipSharp

Fork of SevenZipSharp on CodePlex
Other
65 stars 166 forks source link

Hello, how to test if the compression package is damaged #16

Closed itsvse closed 6 years ago

itsvse commented 6 years ago

I have a zip format compression package, use winrar software to open the prompt damage, but with SevenZipSharp can get the file information inside the compression package, and will not throw an exception, how to use SevenZipSharp to check whether the compression package is damaged? The test files are as follows:

test.zip

itsvse commented 6 years ago

Already solved Thank you