I have a simple action in a button
Code: Select all
on mouseUp
put shell ("ls") into shelltext
Code: Select all
set contents of directoryList to shelltext
Code: Select all
put shelltext in to contents of directoryList
One would imagine this is pretty simple to do. Where can I read more on how this should work.