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
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