[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets the current directory level relative to the base search path.
Source position: fileutil.pas line 117
public property TFileIterator.Level : Integer |
Level is a read-only Integer property which contains the directory level for the current entry in the FileInfo property. The level indicates the number of sub-directories relative to the the base search path. The value in Level is maintained in descendent classes that perform a search operation using the iterator.
|
Contains file information for the current entry in the iterator. |
|
|
True when the current file system entry is a directory. |
|
|
Searches for files or directories in the specified path(s) using the specified options. |
Version 4.0 | Generated 2025-05-03 | Home |