• 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: Testing for OS version
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Testing for OS version


  • Subject: Re: Testing for OS version
  • From: Matthew Smith <email@hidden>
  • Date: Tue, 20 Dec 2005 12:36:15 +1100
  • Thread-topic: Testing for OS version

Title: Re: Testing for OS version
On 20/12/2005 12:21, "Brett Conlon" <email@hidden> wrote:

I think I've solved my own question.

Perhaps there is a better way but this is what I have:

tell application "Finder"
       set FinderVers to get version of application "Finder"
       if FinderVers contains "10.4" then do_whatever_I_wish
       if FinderVers contains "10.3" then do_whatever_I_wish
end tell


How about:

get system version of (system info)

No need to tell any application. This is in Standard Additions.

--
Matthew Smith
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Testing for OS version (From: Brett Conlon <email@hidden>)

  • Prev by Date: Testing for OS version
  • Next by Date: Re: Testing for OS version
  • Previous by thread: Testing for OS version
  • Next by thread: Re: Testing for OS version
  • Index(es):
    • Date
    • Thread