Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

Checking broken file of .tar.gz

$
0
0

I am extracting .tar.gz files in c# windows application using SharpZipLib. There are some files in my archive that when I extract them manually with e.g. 7zip, give me error "Broken file", but when I decompress the same file with SharpzipLib it extract some files. I want to know that how can I quickly check before extracting a .tar.gz file that whether its corrupted or not? 


Viewing all articles
Browse latest Browse all 1764

Trending Articles