GZipStream Class

  • Thread starter Thread starter Kristian
  • Start date Start date
K

Kristian

Hi folks

I am writing a program which is suppose to compress a file.

The program will receives many different files. And I am wondering if there
is a smart way
to put them in an array using the new GZipStream Class, and then compress it
all into the same zipfile.

example the program receivs this files

test1.txt
cars and motors.txt
fotball results.txt

and compresses it to one file
div.zip

Can anyone help me out?

Best Regards,
Kristian.
 

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

Back
Top