How to extract certain files (specified in a list) from a large repository?

Joined
Mar 25, 2015
Messages
1
Reaction score
0
I have large collection of picture files in a hierarchical directory.
From this I need to extract (copy) certain files - their filenames are listed in a text file.
How can this be done with automator?

Extracting files based on search criteria I found to be easy in a workflow or as a service:
action 1. Find finder items (with names containing xyz)
action 2. Copy Finder items
but how do I pass on the list of filenames as an argument/variable?

Or do I need to create a programme like
loop
- get filename from list
- find finder item with this filename
- copy this file to targetdirectory
endloop

Grateful for any ideas, E
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top