I didn't realize Everything has a filter option. This is great!
I'd like to filter for everything in a specific folder. How do I do that? I've tried various options but isn't working. Maybe I'm doing something wrong.
how to filter for everything in a specific folder?
Re: how to filter for everything in a specific folder?
To search inside a folder, including subfolders, search for the path followed by a backslash (\), for example to search inside C:\Windows, search for:
c:\windows\
Use double quotes to escape spaces, for example to search for subfolders and files in C:\Program Files, search for:
"c:\program files\"
To search for files and folders, but not subfolders, use the parent: search function, for example, to search for files and folders in c:\windows, search for:
parent:c:\windows
c:\windows\
Use double quotes to escape spaces, for example to search for subfolders and files in C:\Program Files, search for:
"c:\program files\"
To search for files and folders, but not subfolders, use the parent: search function, for example, to search for files and folders in c:\windows, search for:
parent:c:\windows
Re: how to filter for everything in a specific folder?
Thanks a lot!
The first two worked for me. This one below didnt
Also, how would I search for, say, the word 'Package' within the Windows directory? Or maybe the word 'Diary' within the My Documents directory?
Thanks!~
The first two worked for me. This one below didnt
To search for files and folders, but not subfolders, use the parent: search function, for example, to search for files and folders in c:\windows, search for:
parent:c:\windows
Also, how would I search for, say, the word 'Package' within the Windows directory? Or maybe the word 'Diary' within the My Documents directory?
Thanks!~
Re: how to filter for everything in a specific folder?
Please try Everything 1.4:The first two worked for me. This one below didnt
http://www.voidtools.com/downloads/
c:\windows\ packageAlso, how would I search for, say, the word 'Package' within the Windows directory?
documents\ diaryOr maybe the word 'Diary' within the My Documents directory?
or
c:\users\<user>\documents\ diary
where <user> is your username.