Gets a value indicating whether the current ArchiveItem is the root directory of the archive.

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

Syntax

Visual Basic
Public MustOverride ReadOnly Property IsRootDirectory As Boolean
	Get
C#
public abstract bool IsRootDirectory { get; }

Return Value

True if the item is root directory; false otherwise.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also