Kay C Lan <[email protected]> wrote:

> tell application "Finder"
>   files of folder "Disc:folderA:folder1"
> end tell

I am following this interesting thread :-)

Though, I got an execution error (in Applescript, I presume) by running
this handler:

on mouseUp
   answer folder "List files in this folder:"
   if it is empty then exit mouseup
   put it & slash into tfolder -- slash mandatory?
   put "tell Application" && quote & Finder & quote into tcommande
   put cr & "files of folder" && quote & tfolder & quote after tcommande
   put cr & "end tell" after tcommande
   do tcommande as applescript
   if the result is not empty then answer the result 
>> "Execution Error"!
end mouseUp

What?

(Snow Leopard 10.6.4 - Studio 4.0.0)


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to