Does anyone know how to check (with AppleScript) if folder actions are enabled. it seems that occassionally folder actions will disable themselves and this is very annoying.
This should do if you mean that all folder actions become disabled. Or do you mean certain folder actions?
tell application "System Events" to set enabled_ to folder actions enabled
Are you sure that they are being disabled? Sometimes System Events crashes and this causes folder actions to quit working.
– Rob