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.
I'd like to search files in a specific folder.
Re: I'd like to search files in a specific folder.
Enter a folder with a lower case letter
this also will work
more here http://www.voidtools.com/forum/viewtopi ... 6199#p6199
http://www.voidtools.com/forum/viewtopi ... 6205#p6205
Code: Select all
folder:Computer lesson txt or folder:"Computer lesson"
folder:Text abc
Code: Select all
\Computer lesson txt or \"Computer lesson"
\Text abc
http://www.voidtools.com/forum/viewtopi ... 6205#p6205
Re: I'd like to search files in a specific folder.
Thank you for reply.
But it doesn't work.
Are there problems of settings in my program?
I captured it below.
But it doesn't work.
Are there problems of settings in my program?
I captured it below.
Re: I'd like to search files in a specific folder.
In that case, try
This syntax works for sure, displays files and folders. Modifier folder: only shows folders
Or >> Menu - Search - Match Path (Ctrl+U)
Code: Select all
path:Computer lesson txt or path:"Computer lesson"
path:Text abc
Code: Select all
\Computer lesson txt or \"Computer lesson"
\Text abc
Last edited by salazor on Fri Dec 19, 2014 3:32 pm, edited 1 time in total.
Re: I'd like to search files in a specific folder.
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.)
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
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
So:
C:\TMP\SEA\.NET\123
&
C:\TMP\SEA\1234\A_README.WK3
Re: I'd like to search files in a specific folder.
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!
You're right.
It works below.
path:computer lesson
Thank you for your reply. It was really helpful!