Click or drag to resize

Win32FindDataIsDirectory Property

Gets a value that determines if this instance represents a file or a directory

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool IsDirectory { get; }

Property Value

Type: Boolean
true if this instance is a directory; false if it's a file.
See Also