In article <200720051802298538%qittyqat@nothere.com>,
qitty qat <qittyqat.TakeThisOut@nothere.com> wrote:
> Haven't tested this lately, but check it out:
Your're script works, but I can't use "list folder".
However, it gave me the idea of converting a finder item to text and
making an alias out of that path:
set sourceList to {}
repeat with sourceItem in sourceItems
set end of sourceList to ((sourceItem as string) as alias)
end repeat
tell application "Toast 6 Titanium"
add to current disc items sourceList
end tell
Which does the job
--
Tobias Weber