Gets a value indicating whether the item is a directory.

Namespace:  Rebex.IO
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

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

Return Value

True if the archive item is directory; false otherwise.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also