C# and Zip Files

kleptos

Freshman
Joined
Jul 16, 2003
Messages
47
Location
Boca Raton, FL
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?
 
J# has an ability to work with ZIP files, but you would need an additional redistributable for J# installed additionally to .NET Framework, you could use it from a DLL. But what Nerseus mentioned is a better way of doing it :).
 
Last edited:
Thanks! I tried that ICSharpCode one, the tar methods are a little more extensive then i was hoping for, but i will definatly give it a shot. Thanks!
 
Back
Top