Hi, I'm trying to get this to work:
Basically, just reveal the files, several selected at once.
It doesn't work though, and I've searched round to find a solution but can't get anything to work.
Can anyone help please?
Code:
tell application "Finder"
reveal {"/Users/Chris/test/test.pdf", "/Users/Chris/test/test.log"} as POSIX file
end tell
Basically, just reveal the files, several selected at once.
It doesn't work though, and I've searched round to find a solution but can't get anything to work.
Can anyone help please?