Re: Finder Version Wrong in OS X
Re: Finder Version Wrong in OS X
Here's an optional way to get the OS version:
tell application "Finder" to get system attribute "sysv"
--> Result:4115
This is equivalent to 10.1.3. The number increments by one for each version of the OS.
/pontus
--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .
_______________________________________________
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.