My code is:
Code: Select all
$list = readfile("C:\Temp\ListToSearch.txt");
text quicksearch("mata", $list);Code: Select all
::text quicksearch("mata", readfile("C:\Temp\ListToSearch.txt"));- c:\temp\mata.txt
But if "ListToSearch.txt" contains only the name of a folder:
- c:\temp\mata
the result is empty - not as expected. Quicksearch does not find the folder "mata" in the list.
I've tried everything I can think of. Any ideas?
XYplorer Beta Club