When uncompressing a zip file using xceed the decompression takes about 50 times longer than winzip if AVG anti-virus resident shield is enabled. I assume the this is due to the anti-virus scanner checking each file as it is written to disk but Winzip is fast so....
My guess it winzip writes the extracted file at one time to disk (only one scan) or winzip writes the extracted file to a non scannable extension and then renames the file to the correct extension.
1. Can I force the extraction to write more than 32k to disk at a time when extracting?
2. What events are used to change a extracted file name? and is there an event that is fired after a file has been extracted that I can use to change the filename back to the original name? I assume this would result in only one scan by AVG.
BTW, This compressed files have a large number of .bin and .dat extensions.
Thanks
Rob