Re: Workflow to run shell script on contents of a Finder selection
Re: Workflow to run shell script on contents of a Finder selection
- Subject: Re: Workflow to run shell script on contents of a Finder selection
- From: pete boardman <email@hidden>
- Date: Sat, 15 Oct 2005 18:21:23 +0100
On 15 Oct 2005, at 16:51, Steve Hayman wrote:
on run {input, parameters}
set aliasList to {}
repeat with anItem in (input as list)
set end of aliasList to (anItem as alias)
end repeat
return aliasList
end run
That's perfect! It seems to be handling 1 or more files nicely now.
Thanks, Steve.
Pete
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Automator-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden