ZipArchive.AddFile Method
| Name | Parameters | Description |
|---|---|---|
| AddFile(String, String) | fileName, relativePath | Creates a zip file item for the specified file and adds it to the specified path in the archive. |
| AddFile(String) | fileName | Creates a zip file item for the specified file and adds it to the archive. |