Return the index of the entry with a matching name
Parameters
- name
- Entry name to find
- ignoreCase
- If true the comparison is case insensitive
Return Value
The index position of the matching entry or -1 if not found
Exceptions
Exception Type | Condition |
---|---|
InvalidOperationException | The Zip file has been closed. |