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