Re: plist Problem
Re: plist Problem
- Subject: Re: plist Problem
- From: publiclook <email@hidden>
- Date: Fri, 25 Jul 2003 09:26:39 -0400
Defaults are normally read once at start-up and cached in memory after
that. There are options to force an application to reload defaults.
On Friday, July 25, 2003, at 03:21 AM, email@hidden wrote:
Hello,
I have a problem with a plist that I can't figure out. In one app
(call it app A), I save the path to a file as a default. In another
app (call it app B), I alter the path to the file.
App A is supposed to save a file to the path in the plist. If I run
app A and save a file, it saves it at the correct location. But if I
run app A, then run app B to change the path, app A still saves the
file in the old path. I checked the plist and it has changed, and
whenever app A saves a file, it reads the plist. So how can it still
be using the old path?
If I quit app A, then run it again, it will save it in the correct
path. Any ideas?
-Alex P.
_______________________________________________
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.