Friday, August 18, 2006

C# .Net 1.1 Compression

Unfortunately when using C# with .Net 1.1 there is no standard way to zip or unzip files. Various 3rd party products exist, both open source and closed source, but perhaps a better solution is to use J#.

J# exposes classes in the java.util.zip namespace which provide the ability to compress and uncompress files. This MSDN link describes how you can call those classes from your C# code.

0 Comments:

Post a Comment

<< Home