General discussion related to "Everything".
therube
Posts: 4955 Joined: Thu Sep 03, 2009 6:48 pm
Post
by therube » Mon Nov 20, 2017 6:03 pm
Code: Select all
filelistfilename:<name> Search for files and folders belonging to the file list filename.
Could you explain that?
<name> is a file containing...
the full path+filename of the files wanted to search for
one name per line?
So, filelistfilename:C:\DEV\list\Copy of list.txt
would read the file names contained in 'Copy of list.txt', searching for them?
void
Developer
Posts: 16683 Joined: Fri Oct 16, 2009 11:31 pm
Post
by void » Mon Nov 20, 2017 7:21 pm
filelistfilename searches for files and folders already in your Everything index that belong to filelists.
The search compares against the file list filename.
For example, if you have indexed the following filelists:
C:\filelists\CD01.efu
C:\filelists\CD02.efu
C:\filelists\CD03.efu
C:\filelists\CD04.efu
Searching for filelistfilename:CD02.efu will show all the files/folders belonging to the indexed filelist c:\filelists\CD02.efu
Stamimail
Posts: 1122 Joined: Sat Aug 31, 2013 9:05 pm
Post
by Stamimail » Mon Nov 20, 2017 9:23 pm
void wrote: For example, if you have indexed the following filelists:
C:\filelists\CD01.efu
C:\filelists\CD02.efu
C:\filelists\CD03.efu
C:\filelists\CD04.efu
Searching for filelistfilename:CD02.efu will show all the files/folders belonging to the indexed filelist c:\filelists\CD02.efu
It seems you need to add another column in help: Name, Discription,
Example
Not need for each, but for those been already asked about.
void
Developer
Posts: 16683 Joined: Fri Oct 16, 2009 11:31 pm
Post
by void » Tue Nov 21, 2017 12:59 am
That's a good idea, I should also make Everything highlight the matched text in the file list filename column... Added to my TODO list.