One file type

General discussion related to "Everything".
Post Reply
av_admin_1984
Posts: 1
Joined: Sun May 26, 2019 10:18 am

One file type

Post by av_admin_1984 »

Hi
i have a list of jpg and png files in txt format and i want search all that files and find them and after that put them to new folder
i uesed advanced search but it coulden't read the text file or can not find all of them at once
how should i ?
void
Developer
Posts: 15195
Joined: Fri Oct 16, 2009 11:31 pm

Re: One file type

Post by void »

i uesed advanced search but it coulden't read the text file or can not find all of them at once
What happens? is there any error shown?

Please note that really large lists (larger than 4000 characters) are currently not rendered correctly.

To search for a list of jpg and png files from a text file:
  • In Everything, make sure the search is empty.
  • From the Search menu, click Advanced Search...[/b].
  • Scroll down to Search for a list of file names.
  • Click the Browse... button on the right.
  • Select your text file with a list of jpg and png filenames and click Open.
  • Note: the search for a list of filenames may appear empty, however it should still function correctly.
  • Click OK.
  • Are any results found?
therube
Posts: 4599
Joined: Thu Sep 03, 2009 6:48 pm

Re: One file type

Post by therube »

So is...

Code: Select all

filelist:"right|on|time|in|the|pouring|rain"
the same as

Code: Select all

nopath:wfn:<right|on|time|in|the|pouring|rain>
?
NotNull
Posts: 5232
Joined: Wed May 24, 2017 9:22 pm

Re: One file type

Post by NotNull »

Same endresult, only the first one (resultlist:) will be more efficient as it was designed to compare many to many filenames
void wrote: Sat Jan 05, 2019 2:56 am There's a performance reason for matching whole file names, Everything can create a simple binary tree lookup table to see if the whole file name matches the search. filelist: is designed to compare millions of files against millions of files.
(from viewtopic.php?t=7351 )
Post Reply