ZipFileExtensions.ExtractToFile Method
.NET Framework 4.5
Extracts an entry in the zip archive to a file.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ExtractToFile(ZipArchiveEntry, String) | Extracts an entry in the zip archive to a file. |
|
ExtractToFile(ZipArchiveEntry, String, Boolean) | Extracts an entry in the zip archive to a file, and optionally overwrites an existing file that has the same name. |