Re: Moriarity samplecode
Re: Moriarity samplecode
- Subject: Re: Moriarity samplecode
- From: Finlay Dobbie <email@hidden>
- Date: Sat, 5 Jan 2002 18:24:42 +0000
On Saturday, January 5, 2002, at 05:54 pm, Rosyna wrote:
I was looking at the Moriarity sample code on ADC
(http://developer.apple.com/samplecode) and was wondering how did the
Task Wrapper handle errors? Specifically, I need to send a where
command and get its output, or an error.
I think you're looking for -[NSTask terminationStatus], if I interpreted
what you said correctly (it wasn't all that clear).
Oh, and by the way, where is a built-in shell command...
-- Finlay