David....

NOt without some understanding of what "kwote" does.

Dan

On Nov 10, 2005, at 3:28 PM, David Bovill wrote:

on folder_Open someFolder
    replace "/" with ":" in someFolder
    put line 1 of the volumes into startUpDisk
    -- "Macintosh HD:Applications:Revolution 2.6.1:"
    put startUpDisk before someFolder

    put "tell application" && kwote("Finder") into someAppleScript
    put return & "activate" after someAppleScript
put return & "open folder" && kwote("[[someFolder]]") after someAppleScript
    put return & "end tell" after someAppleScript
    put merge(someAppleScript) into someAppleScript
    do someAppleScript as AppleScript
end folder_Open


Does this work for people?
_______________________________________________
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

_______________________________________________
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