ZipArchive.UpdateText Method
Name | Parameters | Description |
---|---|---|
UpdateText(String, String, Encoding) | name, content, encoding | Updates the content of the zip text item and specifies a new character encoding. |
UpdateText(String, String) | name, content | Updates the content of the zip text item. |