[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Contains file information for the current entry in the iterator.
Source position: fileutil.pas line 116
public property TFileIterator.FileInfo : TSearchRec |
FileInfo is a read-only TSearchRec property with the file information for the current entry in the iterator. FileInfo is used in the IsDirectory method to determine the faDirectory file attribute exists in the file information. Values in the Path, FileName, and FileInfo properties are updated in descendent classes which perform the search operation.
|
True when the current file system entry is a directory. |
|
|
The qualified file name for the current file entry. |
|
|
Contains the path to the current file or directory in the iterator. |
|
|
Searches for files or directories in the specified path(s) using the specified options. |
Version 4.0 | Generated 2025-05-03 | Home |