Hi,
I use an ZipFile object to add and extract a large amount of small files ot\from an archive. I used the samples provided along
with the library, especially the console application sample.
Now, everithing works perfectly, but the files that are added to the archive, are not compressed at all.
I did some research, but I couldent find anything about my problem. I found a solutions
that support the compression factor, but mine is working fine and I already have built it in my application, so I would like to stay with it.
Can someone help me?. I think that there really has to be a way to set the compression for a ZipFile object, but I can not find it.
Thaks :)