Indicates whether the object is a file.
[Visual Basic] Overridable Public ReadOnly Property IsFile As Boolean [C#] public bool IsFile {override get;} [C++] public: __property virtual bool get_IsFile(); [JScript] public function get IsFile() : Boolean;
false if the object is a directory; otherwise, true.