Check if object is an existing file. True if file otherwise false.

Namespace: BasicCard.BasicCards.FileSys
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public bool IsFile { get; }
Visual Basic
Public ReadOnly Property IsFile As Boolean
	Get
Visual C++
public:
property bool IsFile {
	bool get ();
}
F#
member IsFile : bool with get

Property Value

Type: Boolean

See Also