kleptos Posted October 22, 2003 Posted October 22, 2003 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? Quote ..::[ kleptos ]::..
*Experts* Nerseus Posted October 22, 2003 *Experts* Posted October 22, 2003 Nothing built in, but here's a good resource. -ner Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
*Experts* mutant Posted October 22, 2003 *Experts* Posted October 22, 2003 (edited) 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 :). Edited October 22, 2003 by mutant Quote
kleptos Posted October 23, 2003 Author Posted October 23, 2003 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! Quote ..::[ kleptos ]::..
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.