Hi,
I wonder if someone knows solution for the following while using "fastzip" class.
I'm not passing stream but just simply file name to the class method
myZip.ExtractZip(strSource, strDestin,
"")
1. I'm extracting regular files OK using ExtractZip method of the class, but getting an error message for files over 4 gigs
Error is:
"Extra data contains Zip64 information but version 2.0 is not high enough"
Is there a way to fix it?
2. Also, Is there a way to list all files within zipped file using this class easily?
Thank You very Much