Re: Which X versions did not have folder actions
Re: Which X versions did not have folder actions
- Subject: Re: Which X versions did not have folder actions
- From: Rob Jorgensen <email@hidden>
- Date: Sun, 6 Jul 2003 18:48:08 -0400
At 5:51 PM -0400 7/6/03, Gary Lists wrote:
Hi all.
Could someone give me a run-down on which 10.x versions do/do not have
folder actions available?
I want to use yesterday's lesson on trapping the 'sysv' and then routing
accordingly in my script.
I recall, but could not find in my archive, that this was discussed, so
pardon the redundancy.
I believe they were reintroduced in 10.2.
Also, what kind of trap would I need to determine if the user in an X
environment did not have them enabled? (try...on error... block?)
tell application "System Events" to folder actions enabled
if result is true then
-- folder actions enabled
else
-- folder actions disabled
end if
--
Rob Jorgensen
Ohio, USA
_______________________________________________
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.