Does the .NET Framework have anything built in for file compression? I wanted to create some compressed files (tar or zip) of a few directories for archival purposes. So i was hoping the framework already had something. Any ideas?
Printable View
Does the .NET Framework have anything built in for file compression? I wanted to create some compressed files (tar or zip) of a few directories for archival purposes. So i was hoping the framework already had something. Any ideas?
The .NET framework doesn't have any built-in classes for compressing or decompressing files. Below is a link to an open source .NET NZipLib that is fully compatible with .NET and is written in C#...it comes with complete C# source code too.
.NET NZipLib