ZipArchiveOptions.CreateDirectoryEntries Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
CreateDirectoryEntries
Enables or disables automatic creation of directory entries when adding new files to the archive.
Declaration
public bool CreateDirectoryEntries { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True - create directory entries within the archive when adding new files if needed; false - don't create directory entries when adding new files. |