Each camera folder has many thousands of photos, I need to open 20-or so specific files which could be located in any one or more folders, all within one 'root' folder:
Photos
|-- CameraA
|-- CameraB
|-- CameraC
I'd like to paste a CSV of the filenames (eg 6504, 6505, 8902, 4501) into an Applescript (or preferably if Applescript could prompt me for input?), run it, and the files open in Photoshop. It's tedious to search for one file at a time in spotlight!
I've located the scripts to search for a single file, a script to open files in photoshop, but I'm hopeless at arrays and loops, assuming applescript can do this.