"attach action to" error in Folder Actions Extension
"attach action to" error in Folder Actions Extension
- Subject: "attach action to" error in Folder Actions Extension
- From: Noa Yissar <email@hidden>
- Date: Sun, 28 Jul 2002 00:15:30 -0700 (PDT)
Hi,
I'm trying to call the "Folder Actions" extension with
the "attach action to" command which is found in its
dictionary, but I keep getting errors.
when I tried:
tell application "Folder Actions"
attach action to "System:my scripts:script test
folder"
using "System:my scripts:my_script"
end tell
I get compilation error: Expected end of line, etc.
but found ".
then I tried:
tell application "Folder Actions"
attach action to "System:my scripts:script test
folder"
using
"System:my scripts:my_script"
end tell
which compiled, but I got an error while running it:
Folder Actions got an error: some parameter is missing
for attach action to.
Can anyone tell me the correct way to write this
script?
Thanks,
Noa
Yahoo! Health - Feel better, live better
http://health.yahoo.com
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.