Searches for a zip entry in this archive with the given name. String comparisons are case insensitive
Parameters
- name
- The name to find. May contain directory components separated by slashes ('/').
Return Value
A clone of the zip entry, or null if no entry with that name exists.
Exceptions
Exception Type | Condition |
---|---|
InvalidOperationException | The Zip file has been closed. |