Ionic Zip Library v1.9.1.6
ContainsEntry Method (name)
Reference ► Ionic.Zip ► ZipOutputStream ► ContainsEntry(String)
Returns true if an entry by the given name has already been written
to the ZipOutputStream.
Declaration Syntax
Parameters
- name (String)
- The name of the entry to scan for.
Return Value
true if an entry by the given name has already been written.