473,320 Members | 1,896 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

GZipStreamClass

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.
Nov 17 '05 #1
2 1041
"Kristian" <kr*@nospam.com> wrote in message
news:ev**************@TK2MSFTNGP15.phx.gbl...
Can anyone help me out?


You asked this exact same question 3 days ago, and I replied asking you to
clarify precisely how your app will "receive" the files?
Nov 17 '05 #2
hmm , strange, I reposted the question today, because I couldn t find the
question I posted on Friday on the news groups.

ok, anyways..

The app will receice the files in this way..
public void Create(string[] files, string filename)

where the array 'files' contains the file names wich will be zipped into one
file 'filename'.

Regards,
Kristian.

"Mark Rae" <ma**@mark-N-O-S-P-A-M-rae.co.uk> skrev i melding
news:%2****************@tk2msftngp13.phx.gbl...
"Kristian" <kr*@nospam.com> wrote in message
news:ev**************@TK2MSFTNGP15.phx.gbl...
Can anyone help me out?


You asked this exact same question 3 days ago, and I replied asking you to
clarify precisely how your app will "receive" the files?

Nov 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.