Search files inside specific keyword folders

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
uuulmmor2
Posts: 5
Joined: Mon Jul 25, 2022 12:21 pm

Search files inside specific keyword folders

Post by uuulmmor2 »

Hi :D ~
How could I use "match path" AND "match filename" at the same time?
I would like to search "autodesk" that match in path and ".lic" that match in filename...
Like the && AND condition...
therube
Posts: 4655
Joined: Thu Sep 03, 2009 6:48 pm

Re: Search files inside specific keyword folders

Post by therube »

If "autodesk" is part of the start of the path like c:\autodesk (or c:\autodesk 5.0\), then you could use something like:
\autodesk .lic
or
\autodesk ext:lic
.
uuulmmor2
Posts: 5
Joined: Mon Jul 25, 2022 12:21 pm

Re: Search files inside specific keyword folders

Post by uuulmmor2 »

therube wrote: Fri Feb 24, 2023 4:05 pm If "autodesk" is part of the start of the path like c:\autodesk (or c:\autodesk 5.0\), then you could use something like:
\autodesk .lic
or
\autodesk ext:lic
.
THANK YOU!! IT WORKS!!
:D :D New skill UNLOCKED....
Post Reply