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