[Overview][Constants][Types][Classes][Procedures and functions][Index] |
True when the current file system entry is a directory.
Source position: fileutil.pas line 113
public function TFileIterator.IsDirectory: Boolean; |
True if the current file entry is a directory.
IsDirectory is a Boolean function which indicates if the current file entry is a directory on the local file system. Checks the file attributes in FileInfo to determine if the faDirectory attribute is included for the file. Returns True when the attribute in included in the TSearchRec value.
|
Contains file information for the current entry in the iterator. |
|
Version 4.0 | Generated 2025-05-03 | Home |