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?
How to find folder (directory) with an exact name?
-
foldermonkey
- Posts: 2
- Joined: Sat Feb 24, 2024 5:30 am
How to find folder (directory) with an exact name?
You do not have the required permissions to view the files attached to this post.
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
Re: How to find folder (directory) with an exact name?
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.
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