View Single Post
Or, more simply,

Code:
tell application "Finder"
	exists application file id "com.omnigroup.OmniFocus"
end tell
etc ...

(Thanks to Ken Case - who has been pursuing some interesting idioms for coping with a dual bundle ecology - for spotting this and sharing it. It allows for for an improved GetCachePath() function, as amended in post 1 above)

--

Last edited by RobTrew; 2011-07-01 at 11:21 PM..