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.
Search for An Folder name "A" with a diferent File name "B"
-
mpsampsa
- Posts: 5
- Joined: Sat Jan 13, 2018 8:07 pm
-
ovg
- Posts: 295
- Joined: Thu Oct 27, 2016 7:19 pm
Re: Search for An Folder name "A" with a diferent File name "B"
path:parent:"folder name" file:"file name"
Names with spaces should be escaped with double quotes (")
Names with spaces should be escaped with double quotes (")
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Search for An Folder name "A" with a diferent File name "B"
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
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