Re: Mac OS X Finder views
Re: Mac OS X Finder views
- Subject: Re: Mac OS X Finder views
- From: "Robert C. Jacobson" <email@hidden>
- Date: Wed, 17 Jul 2002 12:39:45 -0400
At 8:48 AM -0700 7/17/02, Jeff Shepherd wrote:
(2) have an if/then that checks whether this script is running
under OS X or classic and run the appropriate code
Anyone want to give me some help on item 2?
- Jeff -
Get the version of the Finder. It works under OSX, not sure about OS9:
tell application "Finder"
set vers to the version as string
end tell
returns "10.1.2" (even though I'm 10.1.5! )
--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Robert Jacobson email@hidden
BS, Aeronautical Engineering Univ. of Md., College Park
Flight Ops. Team - SOlar Heliospheric Observatory (SOHO)
(301) 286-1591
_______________________________________________
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.