Gets a value indicating whether the current ArchiveItem is the root directory of the archive.
Namespace:
Rebex.IO.CompressionAssembly: Rebex.Zip (in Rebex.Zip.dll) Version: 1.0.3844.0
Syntax
| C# |
|---|
public abstract bool IsRootDirectory { get; } |
| Visual Basic (Declaration) |
|---|
Public MustOverride ReadOnly Property IsRootDirectory As Boolean |
| Visual C++ |
|---|
public: virtual property bool IsRootDirectory { bool get () abstract; } |