RE: Carbon : start-up volume name/path as POSIX
RE: Carbon : start-up volume name/path as POSIX
- Subject: RE: Carbon : start-up volume name/path as POSIX
- From: "Cristian Savu" <email@hidden>
- Date: Mon, 2 Jun 2003 11:13:21 +0300
Thank's for your resposes.
This was the answer I was looking for :
CFURLRef url = CFURLCreateWithFileSystemPath(NULL, CFSTR("/"),
kCFURLPOSIXPathStyle, true);
CFStringRef name = CFURLCopyFileSystemPath(url, kCFURLHFSPathStyle);
Regards, Cristian
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.