Re: App names
Re: App names
- Subject: Re: App names
- From: Seth Willits <email@hidden>
- Date: Sun, 31 Aug 2008 14:49:40 -0700
On Aug 31, 2008, at 1:14 PM, John Joyce wrote:
When dealing with applications (application bundles) by name or path,
in Cocoa, when does it make a difference whether you use
App Name.app
example:
Front Row.app
or:
/Applications/Front Row.app
versus
App Name
example:
Front Row
or:
/Applications/Front Row
This seems to be pretty important, and I'm curious when and to what
degree I should be cautious about the naming used in code.
At this time I am mainly concerned about Apple apps themselves that
should normally be in the system.
Subsequently, is there any difference concerning 10.3 / 10.4 / 10.5 ?
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
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden
References: | |
| >App names (From: John Joyce <email@hidden>) |