Without using zip64 extensions, a Zip file cannot be more than 2GB in size, so trying to write to a file that would put it over that limit won’t work. I expected that when such a writing was attempted, it would raise an exception, but I’ve not been able to cause one to be raised. (The documentation is silent on the matter.) If an exception doesn’t get raised in such a circumstance, how would I (efficiently) go about determining if the write succeeded or not?
Share
I’ve got an exception trying to write big strings to a zip archive:
Using the script: