Windows apps
Collapse the table of content
Expand the table of content
Information
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.

Namespace:   System.IO.Compression
Assembly:  System.IO.Compression.FileSystem (in System.IO.Compression.FileSystem.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticExtractToFile(ZipArchiveEntry^, String^)

Extracts an entry in the zip archive to a file.

System_CAPS_pubmethodSystem_CAPS_staticExtractToFile(ZipArchiveEntry^, String^, Boolean)

Extracts an entry in the zip archive to a file, and optionally overwrites an existing file that has the same name.

Return to top
Show:
© 2017 Microsoft