LocalItem.IsFile Property
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9448)
IsFile
Gets a value indicating whether the item is a file.
Declaration
public override bool IsFile { get; }
Property Value
| Type | Description |
|---|---|
| Boolean | True if the item is a file; false otherwise. |