Gets a value indicating whether the current ZipItem is the root directory of the ZIP archive.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
| Visual Basic |
|---|
Public Overrides ReadOnly Property IsRootDirectory As Boolean Get |
| C# |
|---|
public override bool IsRootDirectory { get; } |