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.

ZipFile::ExtractToDirectory Method

.NET Framework (current version)
 

Extracts all the files in the specified zip archive to a directory on the file system.

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticExtractToDirectory(String^, String^)

Extracts all the files in the specified zip archive to a directory on the file system.

System_CAPS_pubmethodSystem_CAPS_staticExtractToDirectory(String^, String^, Encoding^)

Extracts all the files in the specified zip archive to a directory on the file system and uses the specified character encoding for entry names.

Return to top
Show:
© 2017 Microsoft