Re: Finder Version Wrong in OS X
Re: Finder Version Wrong in OS X
- Subject: Re: Finder Version Wrong in OS X
- From: Michael Turner <email@hidden>
- Date: Tue, 9 Apr 2002 03:52:30 -0400
>
> Well then what do I ask for to get the OS version?
>
>
This works here:
>
>
tell application "Apple System Profiler"
>
get system version
>
--> "Mac OS X 10.1.3 (5Q110)"
>
end tell
>
>
djb
>
The above ASP code works great.
But Finder on X still has something wrong with it. One could argue
"version" refers to the "Finder version":
From the dictionary:
version Unicode text [r/o] -- the version of the Finder
Also from the dictionary:
product version Unicode text [r/o] -- the version of the System
software running on this computer
BUT:
tell application "Finder"
product version
end tell
--> ""
on my machine
_______________________________________________
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.