Re: Creating localized directories
Re: Creating localized directories
- Subject: Re: Creating localized directories
- From: Michael Watson <email@hidden>
- Date: Mon, 19 Mar 2007 15:09:18 -0400
Well, the NSApplicationSupportDirectory constant is just an integer,
and won't tell me what the name of the directory is supposed to be,
to create it if necessary.
The app launches and looks for its support directory. If it's not
found, we want to create it, but before we do that, we want to make
sure the Application Support directory exists. If not, we need to
create it. If it's not there, I don't know what it's supposed to be
named, so I can't create it.
Looks like the only function that will handle this is FSFindFolder,
as it knows what the directory is supposed to be named before
creating it. Is that mechanism exposed anywhere else?
As far as 10.4 support goes, the app will be 10.4 and later, anyway.
Not a concern. (Already using that constant elsewhere.)
--
On 19 Mar, 2007, at 14:55, Andreas Mayer wrote:
Am 19.03.2007 um 19:24 Uhr schrieb Michael Watson:
Because the folder name itself, to the system, is always
"Application Support", but may be displayed differently depending
on language setting. Si?
Sean beat me to the answer. :)
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
40bungie.org
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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