I'm writing a simple preference pane app that will not be on the MAS and does not need to be sandboxed.
I am trying to get access to their user/library directory, or at least find the path.
I can do it this way:
NSString *filePath = @"/Users/USERNAME/Library/";
if I know their USERNAME, which I don't know how to get? Or maybe there is a better way?