Hi
Thanks. Is that syntax supposed to work? I tried this (just for debugging)
set the_application to choose application as alias set the_file to (choose file) as alias tell application "Finder" open the_file using the_application end tell
Which works but changing it to
set the_file to (choose file) as alias tell application "Finder" open the_file using "Simpletag" end tell
Gives me the error message (translated to english) "Unable to open alias " and then the full path to the file.
Any ideas?
Cheers, tomas
28 dec 2006 kl. 12.39 skrev KOENIG Yvan: Hello
Have you tried to code:
on adding folder items to this_folder after receiving these_items tell application "Finder" open these_items using "Simpletag" end tell end adding folder items to
Yvan KOENIG
|