Gets a value indicating whether the current ZipItem is a directory.

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

Syntax

Visual Basic
Public Overrides ReadOnly Property IsDirectory As Boolean
	Get
C#
public override bool IsDirectory { get; }

Field Value

True if the item is directory; false otherwise.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also