Post

Replies

Boosts

Views

Activity

Reply to Error "The application "Preview" can't be opened" -1703
Hello, try this, it must be OK : set path_to_Applet_alias to path to me as alias set help_file to (path to resource "Help.pdf" in bundle path_to_Applet_alias) as string tell current application to do shell script "open " & quoted form of POSIX path of help_file And my example is now working: tell application "Finder" set myTest to selection repeat with itemTest in myTest tell current application to do shell script "open " & quoted form of POSIX path of (itemTest as string) end repeat end tell
Mar ’22