How to find folder (directory) with an exact name?

General discussion related to "Everything".
Post Reply
foldermonkey
Posts: 2
Joined: Sat Feb 24, 2024 5:30 am

How to find folder (directory) with an exact name?

Post by foldermonkey »

folder:"duran" finds folders "duran" and "ma duran".
I want to find all folders only with name "duran" from all folders(directories).
What am I doing wrong?
Attachments
2024-02-24 113237.png
2024-02-24 113237.png (11.69 KiB) Viewed 322 times
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to find folder (directory) with an exact name?

Post by void »

Please try the wholefilename: search modifier.

For example:

wholefilename:duran



wfn: or exact: are shorter aliases for wholefilename:

wfn:duran
exact:duran



The " " search syntax really means:
" " Escape operator characters.
foldermonkey
Posts: 2
Joined: Sat Feb 24, 2024 5:30 am

Re: How to find folder (directory) with an exact name?

Post by foldermonkey »

Thx!
Post Reply