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

TListDirectoriesSearcher.DoDirectoryFound

Performs actions needed to add a directory path to the list of matches for the searcher.

Declaration

Source position: fileutil.pas line 174

protected procedure TListDirectoriesSearcher.DoDirectoryFound; override;

Description

DoDirectoryFound is an overridden method in TListDirectoriesSearcher. It adds the current value from the FileName property to the internal TStrings member used in the class instance. The inherited method is called prior to exit to signal the OnDirectoryFound event handler (when assigned).

DoDirectoryFound is called from the Search method when a directory on the local file system is located that matches a given mask.

See also

TFileIterator.FileName

  

The qualified file name for the current file entry.

TFileSearcher.OnDirectoryFound

  

Event handler signalled when a new directory is found in the Search method.

TFileSearcher.Search

  

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


Version 3.2 Generated 2024-02-25 Home