Gets a value indicating whether the item is a file.

Namespace:  Rebex.IO
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public MustOverride ReadOnly Property IsFile As Boolean
	Get
C#
public abstract bool IsFile { get; }

Return Value

True if the item is a file; false otherwise.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also