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

TFileIterator.Path

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

Declaration

Source position: fileutil.pas line 118

public property TFileIterator.Path : string
  read FPath;

Description

Path is a read-only String property which contains the fully-qualified path to the current file or directory in the FileInfo property. Values in the Path, FileName, and FileInfo properties are updated in descendent classes which perform the search operation.

See also

TFileIterator.FileInfo

  

Contains file information for the current entry in the iterator.

TFileIterator.FileName

  

The qualified file name for the current file entry.

TFileSearcher.Search

  

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


Version 4.0 Generated 2025-05-03 Home