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.
Assembly: System.IO.Compression (in System.IO.Compression.dll)
| Name | Description | |
|---|---|---|
![]() | CreateEntry(String^) | Creates an empty entry that has the specified path and entry name in the zip archive. |
![]() | CreateEntry(String^, CompressionLevel) | Creates an empty entry that has the specified entry name and compression level in the zip archive. |
Show:
