Search for a list of file names

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Search for a list of file names

Post by void »

In Everything 1.4 or later you can now search for a list of files names.

To select a text file of a list of file names to search:
  • In "Everything", from the Search menu, click Advanced Search....
  • Scroll to the bottom and select a text file for Search for a list of files:
  • Click OK.
Each file name must appear on its own line.
The text file must be in UTF-8.
The file names in the text file must be complete file names. No partial matching is done.
You can include a backslash (\) in the file name to search the full path and file name. Otherwise only the file name part is matched.

You can also use EFU file lists to search for file names.

Note: The text file is read and converted to a filelist: search function. For massive text files (> 32000 characters) this may make the search edit not display correctly. However it should still function correctly.

You can also search for a list of filenames from the command line:

Code: Select all

Everything.exe -searchfilelist <filelist.txt>
Post Reply