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
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