ContainsEntry Method (name)
From DotNetZip
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.
- name (String)
- The name of the entry to scan for.
true if an entry by the given name has already been written.