Gets a value indicating whether the ArchiveItem is an empty directory.
Namespace:
Rebex.IO.CompressionAssembly: 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; } |