Question in title. I want to search for files in the C:\Users\Administrator\Downloads folder but I don't want files that are in folders within Downloads to show up. So Downloads\Movies\Top Gun shouldn't be a result.
How do I do this?
how do i restrict results to just the parent directory?
-
BigDan
- Posts: 62
- Joined: Tue May 23, 2017 9:24 pm
-
tuska
- Posts: 1386
- Joined: Thu Jul 13, 2017 9:14 am
Re: how do i restrict results to just the parent directory?
Code: Select all
parent:C:\Users\Administrator\Downloadshttps://www.voidtools.com/support/everything/searching/#functions wrote:parent:<path>
Search for files and folders in the specified path, excluding subfolders.
-
BigDan
- Posts: 62
- Joined: Tue May 23, 2017 9:24 pm
Re: how do i restrict results to just the parent directory?
Works! Thanks bro!
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: how do i restrict results to just the parent directory?
You can also do something like,
C:\Users\Administrator\Downloads\*