The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ZipFileExtensions::ExtractToFile Method
.NET Framework (current version)
Extracts an entry in the zip archive to a file.
Assembly: System.IO.Compression.FileSystem (in System.IO.Compression.FileSystem.dll)
| 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. |
Show:

