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::Open Method

.NET Framework (current version)
 

Opens a zip archive at the specified path and in the specified mode.

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticOpen(String^, ZipArchiveMode)

Opens a zip archive at the specified path and in the specified mode.

System_CAPS_pubmethodSystem_CAPS_staticOpen(String^, ZipArchiveMode, Encoding^)

Opens a zip archive at the specified path, in the specified mode, and by using the specified character encoding for entry names.

Return to top
Show:
© 2017 Microsoft