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:32:58 -0700
At 12:19 PM -0700 5/13/05, John Stiles wrote:
omeone 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? :)
i think actually it was more the:
unsigned char path[1024];
in a Cocoa app. yikes. Even this document:
http://developer.apple.com/documentation/Cocoa/Conceptual/LowLevelFileMgmt/Tasks/LocatingDirectories.html
which mentions FSFindFolder uses CFURLCreateFromFSRef and
CFURLCopyFileSystemPath instead of FSRefMakePath. no big deal, i
just thought it was funny.
-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