Re: NSTask launchpath - space
Re: NSTask launchpath - space
- Subject: Re: NSTask launchpath - space
- From: David Dauer <email@hidden>
- Date: Sun, 05 Oct 2003 21:06:12 +0200
"Ben Dougall" <email@hidden> schrieb am 05.10.2003 21:02 Uhr :
>
>
On Sunday, October 5, 2003, at 07:31 pm, David Dauer wrote:
>
>
> Hello
>
>
>
> How can I make NSTask's setLaunchPath accepting paths with spaces?
>
> [theTask setLaunchPath:@"/Volumes/My Mac/usr/tool"]; //won't work!
>
>
>
> Any suggestion?
>
>
try escaping it:
>
>
> [theTask setLaunchPath:@"/Volumes/My\ Mac/usr/tool"]
>
I tried already.. I only get "launch path not accessible".
That's why im asking ;)
_______________________________________________
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.