I want to create a "Move to" action which shall always do a "Move
to" (instead of a "Copy to" in case the destination volume is
different than source volume). This will be done by first copying and
then deleting the files.
I shall use only two panes because I don't know how applescript will
except an item from the third pane.
This is how I propose to do it:
1. I shall collect items a,b,c,d etc in pane 1 using comma trick. The
last item (say z) shall be the destination folder.
2. I shall run an applescript in the actions pane to work on these
items.
3. In the applescript, I want to be able to refer to the last item
(say z) so that i can use z as the destination folder.
Is there a way to refer to the last item among all the items in the
first pane?
Thanks in advance.