Indicates whether the object is a file.
[Visual Basic] MustOverride Public ReadOnly Property IsFile As Boolean [C#] public bool IsFile {abstract get;} [C++] public: __property virtual bool get_IsFile() = 0; [JScript] public abstract function get IsFile() : Boolean;
true if the object is a file; otherwise, false.
FileSystemEntry Class | FileSystemEntry Members | System.IO Namespace