Re: path names with spaces
Re: path names with spaces
- Subject: Re: path names with spaces
- From: Ben Jansen <email@hidden>
- Date: Wed, 16 Jan 2002 17:32:00 -0800
On Wednesday, January 16, 2002, at 05:01 PM, Andreas Wolf wrote:
<snip>
char n[2];
n[0]=0x5c; // backslash character
n[1]=0x0; // c string delimiter
NSLog([NSString stringWithCString:n];
what I get as output are four backslash characters ("\\\\").
Is there a bug in how cocoa handles the \ character?
This was previously discussed; NSLog itself is causing the backslashes
to be improperly displayed.