ere
anything which gives me directly path to Preference folder instead
of appending it to Library path.
NSUserDefaults (and CFPreferences) already does this for you. You
should not do this yourself.
--Kyle Sluder
___
Cocoa-dev mailing list (Co
Hi,
I want to get the path of /User/library/Preference to put the plist file over
there. For getting the path I am using
NSSearchPathForDirectoriesInDomains(NSLibraryDirectory, NSUserDomainMask, YES)
which gives me path to library. Is there anything which gives me directly path
to Preference