Is there any way to use partial filenames inside of filelists in order to locate all substring matches?filelist0:
filelist1:
...
filelist9:
Search for the file list.
Hold down CTRL and click the filelist0: - filelist9: text in the search box to add or remove files from the file list.
Example:
filelist0: !filelist1:
I found that the filelists will accept full-paths and whole filenames-with-extension only, but not substrings or wildcards.
I was hoping to use these filelist dialogues to paste a long list of names from Notepad, instead of using <name1|name2|...|name200> grouping, where the list item names match the left side of the files I'm looking for.
I see how this quickly can spiral into supporting all sorts of search syntax and compromise the feature's intended scope. Wildcards * and ? should at least not compromise existing left/right anchoring, if supported.
Apples.1999.*
Bananas.2002.*
Grapes.2014.*
Oranges.2017.*
*.2019.*