[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'FileUtil' (#lazutils)

TFileIterator.FileInfo

Contains file information for the current entry in the iterator.

Declaration

Source position: fileutil.pas line 116

public property TFileIterator.FileInfo : TSearchRec
  read FFileInfo;

Description

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.

See also

TFileIterator.IsDirectory

  

True when the current file system entry is a directory.

TFileIterator.FileName

  

The qualified file name for the current file entry.

TFileIterator.Path

  

Contains the path to the current file or directory in the iterator.

TFileSearcher.Search

  

Searches for files or directories in the specified path(s) using the specified options.


Version 4.0 Generated 2025-05-03 Home