Is there way to search files in specific folder? excluding subfolders

General discussion related to "Everything".
Post Reply
leric326
Posts: 4
Joined: Sun May 30, 2021 4:24 am

Is there way to search files in specific folder? excluding subfolders

Post by leric326 »

I have a folder named "Downloads", and the folder has many subfolders in it.

Downloads\ lists files in the Downloads folder but it also lists files in subfolders of Downloads.

I want to exclude files in subfolders.

Is this possible?
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: Is there way to search files in specific folder? excluding subfolders

Post by void »

Please try the following search:

downloads\ !**downloads\**\**

-or-

parent:C:\Users\<your-username>\Downloads
Post Reply