The title pretty much states it.
Is there a way for me to unzip .tbz files in C#? Either using a third party library or just using normal libs to 开发者_如何学Gounzip .tbz files?
A tbz file is a tar + bzip2 compression archive.
You can try this open source library.
#ziplib (SharpZipLib, formerly NZipLib) is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform.
精彩评论