Re: append to file (new to Cocoa)
Re: append to file (new to Cocoa)
- Subject: Re: append to file (new to Cocoa)
- From: j o a r <email@hidden>
- Date: Fri, 8 Jul 2005 17:20:55 +0200
On 8 jul 2005, at 17.12, Ron Fleckner wrote:
NSUserDefaults might be a good way to go IF it could support more
than one game user using the same account on the one machine.
The file system backing store for NSUserDefaults is tied to your Mac
OS X user, so it would probably satisfy that requirement.
(Have a look in <~/Library/Preferences/com.*.*> for files stored by
other applications using NS/CFUserDefaults. The file name of the
preference file is the bundle identifier of your application. That
said, the files themselves are an implementation detail of the
service that NSUserDefaults provides - the nice thing about it is
that neither you, nor your user, have to bother with managing these
files.)
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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