Hi ~
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...
Search files inside specific keyword folders
Re: Search files inside specific keyword folders
If "autodesk" is part of the start of the path like c:\autodesk (or c:\autodesk 5.0\), then you could use something like:
or .
\autodesk .lic
\autodesk ext:lic