Re: NSTask launchpath - space
Re: NSTask launchpath - space
- Subject: Re: NSTask launchpath - space
- From: "Alastair J.Houghton" <email@hidden>
- Date: Sun, 5 Oct 2003 22:23:16 +0100
On Sunday, October 5, 2003, at 08:06 pm, David Dauer wrote:
[theTask setLaunchPath:@"/Volumes/My\ Mac/usr/tool"]
I don't think that's enough "\" characters; C will change "\ " back
into " " in the string. Try using two backslash characters or
surrounding the entire path with quotes. Regardless of whether that
works or not, you should probably report it to Apple as a bug at
http://bugreporter.apple.com
Kind regards,
Alastair.
_______________________________________________
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.