in reply to Re: Reading a zipped file (win32)
in thread Reading a zipped file (win32)

Suggestion: Until someone writes the :via(Zip) IO layer, have the engineers unzip the logfiles into a directory that has the window "Compress contents" bit set.

If they do this when transfering the files onto their local drives, whether from the network or replacable media, the amount of local diskspace used will probably be roughly the same as if the saved the .zip file.

The advantage is that the filesystem will do the decompression on-the-fly and you don't need to modify your parser at all.


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"Think for yourself!" - Abigail
"Memory, processor, disk in that order on the hardware side. Algorithm, algoritm, algorithm on the code side." - tachyon