Description: TFindFile is a non-visual component, which can be used for locating files or folders in the file system and directory tree with an extensive set of conditions.
TFindFile is capable to locate files based on:
Location as local or UNC path with support for directory level confining
Filename with wildcard support
All documented NT file attributes
Range of file size
Range of file creation date and/or time
Range of file last modification date and/or time
Range of file last accessed date and/or time
Content of the file with support for ASCII, Unicode (little and big endian), and UTF-8 encodings
In addition, TFindFile can use a separate and dedicated thread to do the search in background.
Note: If you have TNT Unicode Controls, you can install TFindFileW on Delphi 2007 and earlier. TFindFileW is the Unicode version of TFindFile.
To Search:
File list (Check if you may need any files):
FindFile.pas
FindFileW.dcr
FindFileW.pas
ReadMe.html
Demo\FFDemo.dpr
....\FFDemo.res
....\Main.dfm
....\Main.pas
....W\FFDemoW.dpr
.....\FFDemoW.res
.....\MainW.dfm
.....\MainW.pas
DELPHIAREA.INC
FindFile.dcr