Code: Select all
+ Find Files and Quick Search: Added switch /l (lower case L) by which you can
explicitly force Search In List (SIL). This switch is only necessary when
your passed list of search locations contains only folders, no files, AND
you want to check these folders against the search criteria.
/l Explicit Search In List (SIL)
For example, if ListToSearch.txt contains only folders, this will return
all of them starting with "m" and nothing else:
text quicksearch("m* /nl", readfile("C:\Temp\ListToSearch.txt"));
Note that you get *implicit* SIL whenever the list of passed search
locations contains at least one file. In that case the switch is without
any effect.
XYplorer Beta Club