Re: Testing for OS version
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