Re: Somehow calling Finder?
Re: Somehow calling Finder?
- Subject: Re: Somehow calling Finder?
- From: Yvan KOENIG via AppleScript-Users <email@hidden>
- Date: Sun, 19 Apr 2020 10:20:03 +0200
Try:
set appName to "Preview"
set target to "Users:public:repos:applescript:applescript_keyboard.png" as
«class furl»
if application appName is running then
tell application appName
quit --target
end tell
else
tell application appName
open target
end tell
end if
Is it normal that this morning, at least two messages contain double quotes
replaced by curly ones?
Yvan KOENIG running High Sierra 10.13.6 in French (VALLAURIS, France) dimanche
19 avril 2020 10:19:54
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden