FileSystemEntryInfoIsDirectory Property |
Gets a value indicating whether this instance represents a directory.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public bool IsDirectory { get; }
Public ReadOnly Property IsDirectory As Boolean
Get
public:
property bool IsDirectory {
bool get ();
}
member IsDirectory : bool with get
Property Value
Type:
Boolean if this instance represents a directory; otherwise,
.
See Also