The Shell.Application COM object can be used to create ZIP files on the fly.
Is there a corresponding facility in C# (without using COM)?
Thanks.
> The Shell.Application COM object can be used to create ZIP files on the fly.
> Is there a corresponding facility in C# (without using COM)?
See http://www.icsharpcode.net/OpenSource/SharpZipLib/
Jon
Doug Semler - 12 Sep 2007 17:29 GMT
> > The Shell.Application COM object can be used to create ZIP files on the fly.
> > Is there a corresponding facility in C# (without using COM)?
>
> Seehttp://www.icsharpcode.net/OpenSource/SharpZipLib/
Or, if your code cannot use freeware due to corporate policy, you can
kludge in the J# library's functionality <g>