Click or drag to resize

FileSystemEntryIsDirectory Property

Gets a value indicating whether is entry is a directory or a file.

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 is entry is a directory; false otherwise.
See Also