I'd like to search files in a specific folder.

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
ibluer
Posts: 3
Joined: Fri Dec 19, 2014 10:51 am

I'd like to search files in a specific folder.

Post by ibluer »

Hello.
I'd like to know something about finding files.

1. C:\Mission of Computer\lesson1.txt
2. C:\1_Text\abc.txt

I type a command in search bar below.

1. Folder:Computer lesson txt
2. Folder:Text abc

but I can't get results.

How can I do if I get results by typing parts of folder name?


Thank you.
salazor
Posts: 258
Joined: Tue Jun 17, 2014 10:52 am

Re: I'd like to search files in a specific folder.

Post by salazor »

Enter a folder with a lower case letter

Code: Select all

folder:Computer lesson txt or folder:"Computer lesson"
folder:Text abc
this also will work

Code: Select all

\Computer lesson txt or \"Computer lesson"
\Text abc
more here http://www.voidtools.com/forum/viewtopi ... 6199#p6199
http://www.voidtools.com/forum/viewtopi ... 6205#p6205
ibluer
Posts: 3
Joined: Fri Dec 19, 2014 10:51 am

Re: I'd like to search files in a specific folder.

Post by ibluer »

Thank you for reply.

But it doesn't work.

Are there problems of settings in my program?

I captured it below.

Image

Image

Image

Image
salazor
Posts: 258
Joined: Tue Jun 17, 2014 10:52 am

Re: I'd like to search files in a specific folder.

Post by salazor »

In that case, try

Code: Select all

path:Computer lesson txt or path:"Computer lesson"
path:Text abc
This syntax works for sure, displays files and folders. Modifier folder: only shows folders

Code: Select all

\Computer lesson txt or \"Computer lesson"
\Text abc
Or >> Menu - Search - Match Path (Ctrl+U)
Last edited by salazor on Fri Dec 19, 2014 3:32 pm, edited 1 time in total.
therube
Posts: 4713
Joined: Thu Sep 03, 2009 6:48 pm

Re: I'd like to search files in a specific folder.

Post by therube »

folder: will only find folders (directories), so no files at all.

Any number of ways to search for files within a particular folder.
Context-menu, Search Everything... & that will populate the search field for you, or else just type your wanted path in. (Enclosed in quotes if need be.)

Code: Select all

"C:\TMP\SEA\"  123
That will only find files (& directories if Match Path is enabled) within C:\TMP\SEA\ named "123".

So:

C:\TMP\SEA\.NET\123
&
C:\TMP\SEA\1234\A_README.WK3
ibluer
Posts: 3
Joined: Fri Dec 19, 2014 10:51 am

Re: I'd like to search files in a specific folder.

Post by ibluer »

folder: will only find folders (directories), so no files at all.

You're right.

It works below.

path:computer lesson


Thank you for your reply. It was really helpful!
Post Reply