Yunqa • The Delphi Inspiration

Delphi Components and Applications

User Tools

Site Tools


products:filefinder:index
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


products:filefinder:index [2016/01/22 15:08] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== DIFileFinder ======
  
 +{{page>header}}
 +
 +===== Overview =====
 +
 +Pattern syntax includes standard wildcards as well as full Perl compatible regular expressions. DIFileFinder supports inclusion as well as exclusion filters.
 +
 +===== A Faster Approach to Find Files =====
 +
 +Unlike most file finder components, DIFileFinder does not use events nor does it build lengthy file lists. Instead, it reports back to the application a single file or folder at a time only. This approach ensures a maximum of flexibility using a minimum of resources. Simply call the ''TDIFileFinder.Next'' method each time another file entry is required. It returns True for each file found, and the application can then query the TDIFileFinder component about the file details.
 +
 +===== Search Options =====
 +
 +Full folder recursion is provided, and directories can be skipped at any time to avoid recursion if not required. DIFileFinder features filters for files, folders, all file attributes (include and exclude) plus full path and file name filters.
 +
 +Descendant components may implement their own filtering mechanism by simply overwriting the Validate method.
 +
 +{{tag>files unicode}}
products/filefinder/index.txt · Last modified: 2016/01/22 15:08 by 127.0.0.1