Each of my company's jobs has a unique folder on our Win2k3r2 server. J:\[department]\[folder]. Under each job there are a plethora of folders and sub folders, one being "sales photos". I would like to search all "sales photos" folders for contained jpeg files. I've tried "*.jpg in:'sales photos'" but it doesn't fully work. It only returns jpgs that are contained directly by 'sales photos'. Is it possible to find all jpgs under 'sales photos' no matter how deep the sub-directories go? i.e. I'd like to find .\sales photos\1.jpg as well as .\sales photos\dir1\1.jpg as well as .\sales photos\dir1\dir2\1.jpg.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
I don't know how to do it in Explorer but you could do that with FileLocator Pro. It has an inclusion/exclusion filter feature that matches the whole path. Use '+' or '-' to specify if you're including or excluding the term, e.g.
Where all results must have 'Sales Photos' matched at some level in the path. |
|||
|