show/hide this revision's text 4 edited title

Cocoa equivalent of .NET's Environment.SpecialFolder for saving preferences/setttingspreferences/settings?

show/hide this revision's text 3 tags, update to reflect that it's a Cocoa not Objective-C thing

ObjC Cocoa equivalent of .NET's Environment.SpecialFolder for saving preferences/setttings?

How do I get the reference to a folder for storing per-user-per-application settings when writing an ObjC Objective-C Cocoa app in XCodeXcode?

In .NET I would use the Environment.SpecialFolder enumeration:

Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);

What's the ObjC Cocoa equivalent?

show/hide this revision's text 2 edited tags
show/hide this revision's text 1