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: Florian Heckl <email@hidden>
- Date: Fri, 13 May 2005 19:26:24 +0200
Hi Scott,
I am new to Cocoa programming and wanted to ask where I should
start looking to learn the 'correct' method and location for
storing user data (such as a large number of images). I have
already been using the User defaults plist for simple application
preferences for the user, but I'd like to know where files should
be stored for a user. The images being stored are really just a
cache.
This should be ~/Library/Application Support/YourApp
I don't think so if it is just a cache. This is more intended
for larger amounts of persistent data that your application can't
rebuild.
Yes, you're right. If it's just a cache, then ~/Library/Caches is the
more appropriate place.
Regards,
Florian
_______________________________________________
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