Ionic Zip Library v1.9.1.6
UpdateEntry Method (entryName, content)
Updates the given entry in the ZipFile, using the given
string as content for the ZipEntry.
Declaration Syntax
Return Value
The ZipEntry added.
Remarks
Calling this method is equivalent to removing the ZipEntry for the given file name and directory path, if it exists, and then calling AddEntry(String, String). See the documentation for that method for further explanation. The string content is encoded using the default encoding for the machine, or on Silverlight, using UTF-8. This encoding is distinct from the encoding used for the filename itself. See AlternateEncoding.