Testing for OS version
Testing for OS version
- Subject: Testing for OS version
- From: Brett Conlon <email@hidden>
- Date: Tue, 20 Dec 2005 11:21:26 +1000
Hiya,
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
Cheers,
Coj _______________________________________________
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