Re: Scripting the Location
Re: Scripting the Location
- Subject: Re: Scripting the Location
- From: Axel Luttgens <email@hidden>
- Date: Sat, 06 Sep 2003 13:43:38 +0200
Axel Luttgens wrote:
[snip]
In case of error (status /= 0), 'do shell script' returns stderr and
triggers an error, based on the status code, that you can catch through
a 'try/on error/end try' construct.
Sorry, I must have been dreaming while writing the above; this is what I
meant:
In case of error (status /= 0), 'do shell script' triggers an error,
using stderr as the error message and status as the error number, that
may then be catched through a 'try/on error/end try' construct.
:-(
Axel
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.