Re: Locating Library/Preferences folder...
Re: Locating Library/Preferences folder...
- Subject: Re: Locating Library/Preferences folder...
- From: Charles Srstka <email@hidden>
- Date: Tue, 18 Jun 2002 17:54:06 -0500
[NSHomeDirectory()
stringByAppendingPathComponent:@"Library/Preferences"] should do it...
Or you could use NSUserDefaults to access the domains directly instead
of messing with the preference files...
On Tuesday, June 18, 2002, at 05:30 PM, Shoaib wrote:
I'm using Cocoa for Java and I was wondering if there is an easy way to
locate the user's Library/Preferences folder instead of hard-coding it
in my app.
_______________________________________________
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.