Gets a value indicating whether the ArchiveItem is an empty directory.

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

Syntax

C#
public abstract bool IsEmptyDirectory { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property IsEmptyDirectory As Boolean
Visual C++
public:
virtual property bool IsEmptyDirectory {
	bool get () abstract;
}

Return Value

True if the archive item is an empty directory; false otherwise.

See Also