Hi Peter
> 1. Will there be any limit on the size of an individual file being zipped?
> 2. Will there be any limit on the size of the final zip file?
Yes. The zip format uses 32-bit integers for file sizes, so the largest
single-file zip archive you can create is 4294967296 (4.3gig). The same
restriction applies to individual files before compression.
Click here to view the original newsgroup article (read only).