"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: "Michiel de Leeuw van Weenen" <email@hidden>
- Date: Sun, 28 Jul 2002 21:46:09 +0200
This is what the Book 'Applescript in a Nutshell says":
Attach action to folder alias:
Attach a folder action to a folder using this command:
attach action to fol_alias using script alias
The fol_alias variable contains an alias to a folder. The script_alias
variable is an alias to the Applescript that will be attached to the folder.
The Example section lets the user choose a folder to attach actions to.
using alias:
Use this labeled parameter to specify the script that will be attached to
the folder. The script itself is stored in an alias variable or in a literal
alias:
using script (alias "macintosh hd:desktop
folder:moveApplet"
I hope this helps.
Michiel de Leeuw van Weenen
The Netherlands
_______________________________________________
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.