Re: Get path to user preference folder, updated
Re: Get path to user preference folder, updated
- Subject: Re: Get path to user preference folder, updated
- From: Andreas Mayer <email@hidden>
- Date: Sat, 15 Feb 2003 18:31:45 +0100
Am Samstag, 15.02.03 um 17:31 Uhr schrieb Daniel Aarno:
These files are not suitable for including in the "preference file"
(MyApp.plist).
You should think about using a folder in "Applications Support".
Surely there must be something like the old
FindFolder(kPreferenceFolder, ...) call from "classic" MacOS.
Not that I know of. This is what Apple has to say about the topic:
http://developer.apple.com/techpubs/macosx/Cocoa/TasksAndConcepts/
ProgrammingTopics/LowLevelFileMgmt/index.html
They talk about NSSearchPathForDirectoriesInDomains(), but there are
only a few directory types listed in NSPathUtilities.h; and preferences
is not one of them.
bye. Andreas.
_______________________________________________
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.