ZipArchive.AddText Method
Name | Parameters | Description |
---|---|---|
Add |
name, content, encoding | Creates a text zip item and adds it to archive. |
Add |
name, content | Creates a text zip item and adds it to the archive. |
Add |
name | Creates an empty text zip item and adds it to archive. |