Today I found out that 12.14 has added checkboxes to match the full path in Simple wildcard and regex labels. However, at 12.14, this check box does not work. Press the OK button after selecting and the selection will disappear. Open the dialog again, the checkbox is unselected; 12.14.1, 12.14.2 does not have this checkbox.
I think there's some confusion here. The checkbox didn't exist in 12.14 and was added in 12.14.1:
Simple wildcard and regex labels now have a checkbox to specify whether the pattern needs to match the full path or just the file or folder name. If you're just testing an extension like *.doc then it doesn't matter, but this makes it easier to, say, highlight files with names matching FW*.doc.
I checked with Opus switched to Chinese as well, just in case, and it's there as well. Since it's a beta version, some of the strings are still in English, but that will change in 12.15 with the updated translations:
I now know that wildcards are much more efficient than filters if a lot of tags are added.
Just like *.doc, FW*.doc can be used without this checkbox, and the result can be the same. Their functions should be the same, no one would have thought that FW*.doc could not mark any one file. If you add *\ to the front of each wildcard inside the program, this checkbox can be unneeded.
This will reduce the chance of error and simplify the programming.
A folder with the full path of D:\files will not be matched by a wildcard of FW*.doc whether you're testing the full path (D:\files) or just the name (files).
Do you mean a file within that folder? If so, what is the full path of the file? e.g. D:\files\FWxyz.doc or similar.)
Checkbox on, nothing; checkbox off, the result I want.