Re: Testing for OS version
Re: Testing for OS version
- Subject: Re: Testing for OS version
- From: has <email@hidden>
- Date: Tue, 20 Dec 2005 16:21:40 +0000
Matthew Smith wrote:
>How about:
>
>get system version of (system info)
OS 10.4+ only, I think. Simplest for the OP's purposes is probably:
set isPreTiger to (system attribute "sysv") < 4160
Or to get the OS version as string:
do shell script "sw_vers -productVersion"
has
--
http://freespace.virgin.net/hamish.sanderson/
_______________________________________________
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