AppleScript isn't referring to a file path there, it's referring to a
process name. The actual file name of "Finder" is "Finder.app",
because it's a folder with an extension of ".app". If you have to
reference its path or file name, you have to include ".app" because
it's part of those.
AppleScript gets to be human because it's not dealing with the file
system.
--
m-s
On 31 Aug, 2008, at 18:07, John Joyce wrote:
On Aug 31, 2008, at 4:51 PM, [EMAIL PROTECTED] wrote:
If you're dealing with a file path, then of you of course need to
specify the extension -- it's part of the file name. You've always
had
to, and always will have to.
--
Seth Willits
AppleScript certainly doesn't care about extensions on application
bundles...
Of course that seems to be due to the syntax...
tell application Finder
...
Which is why I am inquiring. There are certainly points in the Mac
OS that are designed to be more human.
_______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/mikey-san
%40bungie.org
This email sent to [EMAIL PROTECTED]
_______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]