FileSystemEntryIsDirectory Property |
Gets a value indicating whether is entry is a directory or a file.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public bool IsDirectory { get; }
Property Value
Type:
Booleantrue if is entry is a directory; false otherwise.
See Also