Search file from a filelist

Hello , i have a txt file that contains about 100 name of files :
aaaaaaaa.asd
ghfdgdf.gty
....

i want to scan my hard drive and find them to perform oerations.

id did a seach with regex like aaaaaaaa.asd|ghfdgdf.gty|.....
but it's limited to 255 characters.

is there another way to perfrom the search ?

thanks

You could make a filter in the advanced find.

Name equal aaaaaaaa.asd
OR
Name equal ghfdgdf.gty
OR
...

thanks, but i have to do this manualy with yout solution !! and it's going to take me a long time.

Is this a one-off operation or something you need to do often with different file lists?

The filters are defined in simple XML files so, if you're familiar with text editor macros, it's easy to convert a list of filenames into a list of filter clauses. If you PM me the file list I will turn it into a filter for you and send it back.

thanks leo.

that's what i did.