Re: Get Users/Shared full path and its localized dir name

2009-05-29 Thread Steve Christensen
On May 29, 2009, at 4:27 PM, Erg Consultant wrote: How can I get the full path to the Users/Shared dir and the dir's localized name? FSRef usersSharedFSRef; if (FSFindFolder(kOnAppropriateDisk, kSharedUserDataFolderType, kDontCreateFolder, &usersSharedFSRef) == noErr) { NSString* user

Get Users/Shared full path and its localized dir name

2009-05-29 Thread Erg Consultant
How can I get the full path to the Users/Shared dir and the dir's localized name? Thanks, Erg ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators