The task: I want to find a lot of files with certain names,
and the list of names is so long so it exceeds "Search for" character limit in Find files tool,
which currently, if counted right, is 2046 characters. Additionaly, I want to find that names in several paths.
Help says:
So I made a file with text like that:Search in:
...
You can enter the name of a text file (ANSI, UTF-8 or UTF-16, the latter two with BOM) containing a list of files and directories to be searched, in the form @c:\path\filelist.txt
I named that file c:\path\filelist.txt (just like Help suggestsc:\1path\
c\1path name with space\
"name1.txt"
"name2.txt"
... a lot of names ...
"last name"

put @c:\path\filelist.txt in "Search in" field, with "Search for" field left empty.
I excpected that TC will find files listed in a filelist.txt in directories and subdirectories of
c:\1path\
c\1path name with space\
Insted, TC found all files in
c:\1path\
c\1path name with space\
and their subdirectories.
So either I do something wrong or the my task can't be done with Find Files.