"Windows" (double quotes)
""Program Files"" (double double quotes)
If you plan using variables, you will consider double double quotes also for filenames that don't have a space.
""Windows""
Intuitive syntax for wfn: (wholefilename:)
-
Stamimail
- Posts: 1122
- Joined: Sat Aug 31, 2013 9:05 pm
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Intuitive syntax for wfn: (wholefilename:)
Everything uses double quotes (") to escape spaces and operators.
There's a match_whole_words_when_using_quotes ini setting that will match whole words when using double quotes.
This might help with matching your exact filenames.
To enable match_whole_words_when_using_quotes:
Thank you for the suggestions.
There's a match_whole_words_when_using_quotes ini setting that will match whole words when using double quotes.
This might help with matching your exact filenames.
To enable match_whole_words_when_using_quotes:
- Copy and paste the following into your Everything search box:
/match_whole_words_when_using_quotes=1 - Press ENTER in your Everything search box.
- If successful, match_whole_words_when_using_quotes=1 is shown in the status bar for a few seconds.
Thank you for the suggestions.