On Fri, May 29, 2009 at 7:01 PM, Erg Consultant <[email protected]> wrote: > How does that help? > > I can get a list of all user dirs via: > > NSSearchPathForDirectoriesInDomains( NSUserDirectory, NSLocalDomainMask, YES > ); > > But I still don't know which of those returned is the Shared one.
This is not even remotely close to what you originally asked. You originally asked how to find out its localized name, and now you're asking how to find its path. If you're after the second but ask for the first, of course the answer does not help you. I see no constant for NSSearchPathForDirectoriesInDomains, but the kSharedUserDataFolderType for FSFindFolder sounds like that's what you want. Mike _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
