Reputation: 4595
I am new to .NET. Is it possible to create a tar.gz using a .NET environment? If yes, how?
Upvotes: 5
Views: 15048
Reputation: 10045
Yes, it is possible.
Of course, you should be familiar with streams.
Upvotes: 0
Reputation: 4009
Have a look at SharpZipLib
http://www.icsharpcode.net/OpenSource/SharpZipLib/Download.aspx
Upvotes: 6