ZipArchive.CreateEntry Method
.NET Framework (current version)
Note |
|---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
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:

