RE: How do you find the OSX version while running in Classic?
RE: How do you find the OSX version while running in Classic?
- Subject: RE: How do you find the OSX version while running in Classic?
- From: Daniel Weinstein <email@hidden>
- Date: Fri, 30 Aug 2002 10:39:52 +1000
As it turns out, even when you're running the classic version of AppleScript
under OSX, the following script tells you the version number of the OSX
finder.
Tell application "Finder"
get version
end tell
I know it's just the version of the finder, but since it's 10.2 as well
that's all the information I needed.
Thanks for the suggestions.
Daniel Weinstein
DB Developments Pty Ltd
-----Original Message-----
From: Daniel Weinstein [
mailto:email@hidden]
Sent: Thursday, 29 August 2002 9:37 AM
To: 'email@hidden'
Subject: How do you find the OSX version while running in Classic?
I've got an application that will run correctly in OSX in 10.2, but not in
any earlier version of OSX. If I send this out to users I need to disable
the application if they are running any version of OSX earlier than 10.2.
Does anyone know how to find this?
Daniel Weinstein
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.