Enables or disables automatic creation of directory entries when adding new files to the archive.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public Property CreateDirectoryEntries As Boolean
	Get
	Set
C#
public bool CreateDirectoryEntries { get; set; }

Field Value

True - create directory entries within the archive when adding new files if needed; false - don't create directory entries when adding new files.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also