I have been looking for a solution for some time.
Searching several directories at the same time works without any problems if I use this syntax:
“d:\directory 1\” | “d:\directory 2\” | “d:\directory 3\”
But if I want to completely exclude the subdirectories contained in each directory, how can I do that?
Searching several folders same moment but without their subfolders
Re: Searching several folders same moment but without their subfolders
Everything 1.4:
Everything 1.5:
Code: Select all
parent:“d:\directory 1\” | parent:“d:\directory 2\” | parent:“d:\directory 3\” Code: Select all
parent:“d:\directory 1\”;“d:\directory 2\”;“d:\directory 3\”