Re: NSTask: how to launch a binary as if I launched it via terminal?
Re: NSTask: how to launch a binary as if I launched it via terminal?
- Subject: Re: NSTask: how to launch a binary as if I launched it via terminal?
- From: Jerry Krinock <email@hidden>
- Date: Mon, 14 Apr 2014 07:19:02 -0700
From documentation of -[NSTask setArguments:] :
"The strings in arguments do not undergo shell expansion, so you do not need to do special quoting”
I don’t know what they mean by “special”, but anyhow, the ‘ ' you put around your last argument will be passed to your tool and cause it to fail.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden