Feature Request: ZipFile getIndexOfFileName with "ignorecase" bool

Please add an “ignoreCase” bool to the “ZipFile getIndexOfFileName” function. For 99% of the use cases, the case of the filename shouldn’t mater. It’s especially important if you want open a ZIP file that somebody else (e.g. the user of the plugin) supplied, so you have really no control over the case of the enclosed files.

Thanks,
Mike

1 Like

Yup, sounds like a reasonable request. It’s on develop with commit 842634c. Thank you!

1 Like

Thank you.