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