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?
Is there way to search files in specific folder? excluding subfolders
-
leric326
- Posts: 4
- Joined: Sun May 30, 2021 4:24 am
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Is there way to search files in specific folder? excluding subfolders
Please try the following search:
downloads\ !**downloads\**\**
-or-
parent:C:\Users\<your-username>\Downloads
downloads\ !**downloads\**\**
-or-
parent:C:\Users\<your-username>\Downloads