how to creat a single zip file out of two files (zipping and unzipping functionality)

G

Guest

H
My application creates two files , i have to zip these two files to a a single file, how to use winzip functionality in c#
Is there any builtin functions available with visual c#
the two file are in text and binary formats , is it possible to Zip them and unzip in c#
-----need hel
---------seash
 
J

Jon Skeet [C# MVP]

seash said:
My application creates two files , i have to zip these two files to a
a single file, how to use winzip functionality in c#?

I suggest you search for the SharpZipLib .NET library.
 
G

Glen Grant

Assuming that you own a copy of WinZip - you can execute the WinZip Command
Line interface from your C# application. Just go to their website and
download the files from http://www.winzip.com/prodpagecl.htm






seash said:
Hi
My application creates two files , i have to zip these two files to a a
single file, how to use winzip functionality in c#?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top