Re: Resetting "Factory" Prefs
Re: Resetting "Factory" Prefs
- Subject: Re: Resetting "Factory" Prefs
- From: Alex Keresztes <email@hidden>
- Date: Thu, 7 Feb 2002 01:15:53 -0600
From the documentation to NSUserDefaults:
"At run time, you use an NSUserDefaults object to read the defaults that
your application uses from a user's defaults database. NSUserDefaults
caches the information to avoid having to open the user's defaults
database each time you need a default value. The synchronize method,
which is automatically invoked at periodic intervals, keeps the
in-memory cache in sync with a user's defaults database."
--What resetStandardUserDefaults does is re-read the cache from the
defaults database.
Alex
On Wednesday, February 6, 2002, at 09:23 PM, Tony Cate wrote:
>
In fact, I can't tell
>
what it does.
>
>
Thanks for the input.
>
_______________________________________________
>
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.
_______________________________________________
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.