ArchiveItem.IsFile Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Common.dll (version 7.0.9083)
IsFile
Gets a value indicating whether the item is a file. Inherited from FileSystemItem.
Declaration
public abstract bool IsFile { get; }
Property Value
Type | Description |
---|---|
Boolean | True if the item is a file; false otherwise. |