Hi mates,
I wonder if anyone do know, if its possible to create a new folder and dedicate a
folder action script to it… with applescript… or if I have to do it the hard and boring way (manually).
Thanx mates
//BigS
Hi mates,
I wonder if anyone do know, if its possible to create a new folder and dedicate a
folder action script to it… with applescript… or if I have to do it the hard and boring way (manually).
Thanx mates
//BigS
You might want to check out this thread.
Basically, you use Systems Events:
tell application "System Events"
attach action to thisFolder using thisAction
end tell
hehe…
That one was to simple. You guys are really great.
I will give you a more qualified question next time. ![]()
Thanx once more and take care.
//BigS