Hi,

I'm looking for the ability to extract .tgz archives from a .NET application. From what I understand, .NET has libraries that handle gzip compression, but not tar.

I've also found online the "SharpZipLib" utilities someone's written to support both tar and gzip compression.

Has anyone used these, or have a better suggestion to offer? I'm new to .NET programming, and I'd like to be sure I'm taking the right approach before I dive in.

Thanks,
Drew