I am trying to show a list of specific files in the Finder via applescript, in a similar way as what you get when you search for files. This is what I got working
tell application "Finder" to reveal list_of_files
but this only reveals the last file on the list - not all of them.
I am aware of this answer, but I'd need this to work with applescript.