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