ZipFileExtensions.CreateEntryFromFile Method
.NET Framework 4.5
Archives a file by compressing it and adding it to the zip archive.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CreateEntryFromFile(ZipArchive, String, String) | Archives a file by compressing it and adding it to the zip archive. |
|
CreateEntryFromFile(ZipArchive, String, String, CompressionLevel) | Archives a file by compressing it using the specified compression level and adding it to the zip archive. |