Code: Select all
\mempad\Then I added
Code: Select all
*.lstCode: Select all
*.*Any ideas?
Version 1.4.1.1024
Code: Select all
\mempad\Code: Select all
*.lstCode: Select all
*.**\mempad\*.*Code: Select all
Wildcard matching:
* Matches zero or more characters (except \).
** Matches zero or more characters.
? Matches one character (except \).
The whole filename is matched when using a wildcard.
Everything uses globbing which match the whole filename.- why is wfn: enbabled by default?
notes.about.mp3.txt*.mp3Tools -> Options -> Search -> Match whole filename when using wildcardsis there a setting to toggle that?
ES will use your Everything "Match whole filename when using wildcards" setting.should also be noted in es /? ?
*.mp3*.mp3*foo**foo*