I have a job reading thousands of files, of which about 20 percent are zipped.
After unzipping exactly 37 successfully, it fails on ALL further attempts.
I seem to recall, that there was no need to perform a close when unzipping, but
I haven't found the docs which I think I remember on that.
Has anyone experienced this before? Do I need to use unzCloseCurrentFile?
If so, does CurrentFile refer to the zip archive, or each file within it?
------------------
Thanks,
John Kovacich
After unzipping exactly 37 successfully, it fails on ALL further attempts.
I seem to recall, that there was no need to perform a close when unzipping, but
I haven't found the docs which I think I remember on that.
Has anyone experienced this before? Do I need to use unzCloseCurrentFile?
If so, does CurrentFile refer to the zip archive, or each file within it?
------------------
Thanks,
John Kovacich
Comment