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: John Stiles <email@hidden>
- Date: Fri, 13 May 2005 12:19:07 -0700
On May 13, 2005, at 12:13 PM, Aaron Tuller wrote: 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... What exactly about the code generation was scary? :) |
_______________________________________________
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