[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Contains the path to the current file or directory in the iterator.
Source position: fileutil.pas line 118
public property TFileIterator.Path : string |
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.
|
Contains file information for the current entry in the iterator. |
|
|
The qualified file name for the current file entry. |
|
|
Searches for files or directories in the specified path(s) using the specified options. |
Version 4.0 | Generated 2025-05-03 | Home |