Win32FindDataIsDirectory Property |
Gets a value that determines if this instance represents a file or a directory
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 this instance is a directory; false if it's a file.
See Also