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

TFileIterator.Level

Gets the current directory level relative to the base search path.

Declaration

Source position: fileutil.pas line 117

public property TFileIterator.Level : Integer
  read FLevel;

Description

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.

See also

TFileIterator.FileInfo

  

Contains file information for the current entry in the iterator.

TFileIterator.IsDirectory

  

True when the current file system entry is a directory.

TFileSearcher.Search

  

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


Version 4.0 Generated 2025-05-03 Home