I would like to use some sort of "lazy" path specification, in the sense that I'd combine two strings that I know occur somewhere in the same path, for example as follows:
Some-String-Inside-Some-Path\
AND
Some-Other-String-Inside-The-Same-Path\
For example, if I want to find all images that are at least in a certain depth of this path:
D:\OneDrive\Documents\Family\User Manuals, Instruction Manuals\Samsung Optical Smart Hub DVD Player SE-208DB\Scripts
... I'd like to use a search term for example like this:
User Manuals\ AND \Samsung pic:
Or is something like this already possible?