Re: CFStringCreateWithCharacters and unicode ":" chars
Re: CFStringCreateWithCharacters and unicode ":" chars
- Subject: Re: CFStringCreateWithCharacters and unicode ":" chars
- From: Andreas Mayer <email@hidden>
- Date: Wed, 12 May 2004 00:50:15 +0200
Am 11.05.2004 um 19:16 schrieb Ken Hawkins:
how can i correctly retrieve a volumes name and ensure that the special
chars do not get munged?
Probably so:
NSString *displayName = [[NSFileManager defaultManager]
displayNameAtPath:@"/Volumes/MyVolume"];
Andreas
_______________________________________________
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.