How to use Compressed Folder function of XP programmatically?

  • Thread starter Thread starter mravichandran
  • Start date Start date
M

mravichandran

dear Readers,

i will be downloading a zip file from the intranet website
programmatically and i would like to process some of the files inside
them before the user can save it. we have a lot of copies of winzip.
winzip does not let me call their functions as COM or as .NET
assemblies.

I want to use the native compressed folder function present in the
Windows XP OS to open the zip file and process them before the user can
save it to the hard drive.

any links will be greatly appreciated.

regards
Ravi.
 
i will be downloading a zip file from the intranet website
programmatically and i would like to process some of the files inside
them before the user can save it. we have a lot of copies of winzip.
winzip does not let me call their functions as COM or as .NET
assemblies.

There is a free .Net zip library that you can use. It is written in c#.

http://www.icsharpcode.net/OpenSource/SharpZipLib

It is open source, but the authors allow it to be used in closed,
commercial applications.

I personally haven't used it, but I have heard good things about it.
Brian
 
Ravi,

To be sure, do you want to upload unattended a zipfile to a client computer,
open that and than process a program unattended a program from inside that
zipfile.

As you want that and I don't know if it is even possible, than you need for
that at least that the user will download attended a Java or other pluggin
that you have signed.

Cor
 
Back
Top