Re: Where/how to store lots of user application data
Re: Where/how to store lots of user application data
- Subject: Re: Where/how to store lots of user application data
- From: Aaron Tuller <email@hidden>
- Date: Fri, 13 May 2005 12:13:51 -0700
Title: Re: Where/how to store lots of user application
data
At 11:52 AM -0700 5/13/05, Chris Parker wrote:
On May 13, 2005, at 11:43 AM, John Stiles
wrote:
NSApplicationSupportDirectory
Location of
application support files (Library/Application Support). Available in Mac OS X v10.4 and
later.
If you don't mind requiring Tiger, this
is the way to go.
If you want to support older OSes, I
guess FSFindFolder is the way to go...
That's not
completely accurate, John. :)
The API is available a long way back.
It's just this particular constant that's new to Tiger. You can elect
to just find the Library/ on Panther and earlier and
append
Someone should tell the CoreData team to put that in the CoreData
app template, instead of the FSRefMakePath() that scared me when i
made my first CD app and quickly glanced at the generated
code...
-aaron
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden