RE: Attaching a Folder Action
RE: Attaching a Folder Action
- Subject: RE: Attaching a Folder Action
- From: Brian Mather <email@hidden>
- Date: Thu, 19 Apr 2001 12:49:12 -0400
>
How do you attach a folder action inside a folder action script?
>
>
>
set targetfolder_Alias to "HD: folder:" as alias
set script_Alias to "HD:folder:compiled script" as alias
tell application "Folder Actions"
attach action to targetfolder_Alias using script_Alias -- attaches the script
to the the folder
end tell