[Overview][Types][Classes][Procedures and functions][Index] |
True when the item represents a folder on the local file system.
Source position: shellctrls.pas line 67
public TFileItem.isFolder : Boolean; |
isFolder is a Boolean member which indicates if the item represents a folder or directory on the local file system. Its value is assigned in the Create constructor, and is set to True if the TSearchRec instance in the DirInfo argument includes faDirectory in its Attr member.
|
Constructor for the class instance. |
|
|
TSearchRec instance with information about the file or directory in the item. |
|
|
Path to the directory where the file item is stored on the local file system. |
|
Version 4.0 | Generated 2025-05-03 | Home |