23 Jan
2004
23 Jan
'04
1:59 p.m.
On Thu, 22 Jan 2004 16:02:11 -0800 (PST) Alexander <aleksandrmailbox@yahoo.com> wrote:
Hi Casey , thanks so much. It works. I didn't need: "python:" in this script.
You don't so long as you don't need to pass any explicit arguments. If you did, then you would need a python expression. In general to convert a path expression to a python expr, just add python: to the front, change the slashes to dots and add parenthesis if you are calling something. -Casey