Search for An Folder name "A" with a diferent File name "B"

General discussion related to "Everything".
Post Reply
mpsampsa
Posts: 5
Joined: Sat Jan 13, 2018 8:07 pm

Search for An Folder name "A" with a diferent File name "B"

Post by mpsampsa »

Hello.
Is it possible to search like this:
Folder name "A" with (inside of the folder name "A") all file names "B" ?
Folder name "A" - File name "B"
Can anyone help?

Many thanks in advance.
ovg
Posts: 294
Joined: Thu Oct 27, 2016 7:19 pm

Re: Search for An Folder name "A" with a diferent File name "B"

Post by ovg »

path:parent:"folder name" file:"file name"

Names with spaces should be escaped with double quotes (")
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Search for An Folder name "A" with a diferent File name "B"

Post by void »

Adding to ovg's post..

Please try searching for:
c:\A\ file:B

If you do not want to include subfolders, please try searching for:
parent:c:\A file:B
Post Reply