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 ?
One file type
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
Re: One file type
What happens? is there any error shown?i uesed advanced search but it coulden't read the text file or can not find all of them at once
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: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: One file type
So is...
the same as
?
Code: Select all
filelist:"right|on|time|in|the|pouring|rain"
Code: Select all
nopath:wfn:<right|on|time|in|the|pouring|rain>
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
Re: One file type
Same endresult, only the first one (resultlist:) will be more efficient as it was designed to compare many to many filenames
(from viewtopic.php?t=7351 )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.