I try to search *.doc files in the fileName and the result brings *.doc and *.docx files.
The search only works, if I leave the filename empty and use file filters:
- Code: Select all
FindFile.Criteria.Files.Filters.Add('>*.doc')
FindFile.Criteria.Files.Filters.Add('<*.*')
I try to test if this only happens with *.doc files. I create some files with an fantasy extension.
blabla.abc, blaablaa.abcd and so on. A search with *.abc show all files *.abc, *.abcd, *.abcde.
Is this a Bug or a normal behavior?
Regards
Axel