Re: Resource Management ??
Re: Resource Management ??
- Subject: Re: Resource Management ??
- From: Finlay Dobbie <email@hidden>
- Date: Thu, 4 Apr 2002 18:30:34 +0100
On Thursday, April 4, 2002, at 05:26 PM, Brian Webster wrote:
I know I have a conceptual problem here. Can I use a bundle for this?
Where is the best (hidden) place to store and hide user generated
objects
that will be available to the user upon request (no documents, they're
preference-like objects)?
You should probably create a folder in ~/Library/Application Support
and keep your stuff there. If it's not a per-user thing, then you can
use just plain /Library/Application Support, so all the users on the
system will share the data.
Be careful with the latter: users might not have write permissions to
the machine-wide domain.
-- Finlay
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.