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.

ZipArchive::CreateEntry Method

.NET Framework (current version)
 

Creates an empty entry in the zip archive.

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

NameDescription
System_CAPS_pubmethodCreateEntry(String^)

Creates an empty entry that has the specified path and entry name in the zip archive.

System_CAPS_pubmethodCreateEntry(String^, CompressionLevel)

Creates an empty entry that has the specified entry name and compression level in the zip archive.

Return to top
Show:
© 2017 Microsoft