• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Somehow calling Finder?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Somehow calling Finder? (From: "email@hidden via AppleScript-Users" <email@hidden>)

  • Prev by Date: Somehow calling Finder?
  • Next by Date: Re: Table in Word 365
  • Previous by thread: Somehow calling Finder?
  • Next by thread: Has AppleScript changed?
  • Index(es):
    • Date
    • Thread