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.
Assembly: System.IO.Compression.FileSystem (in System.IO.Compression.FileSystem.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | ExtractToDirectory(String^, String^) | Extracts all the files in the specified zip archive to a directory on the file system. |
![]() ![]() | ExtractToDirectory(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. |
Show:

