AppleScript Newbie Problems

Hazel constantly reports an error when attempting to run a very simple non-embedded AppleScript.
What am I doing wrong? Ultimately, I want to automatically store various PDF's in DevonThink Pro Office.
- Code: Select all
property theFile : alias "Users:Michael:Desktop:DEVON.pdf"
tell application "Finder" to open file theFile
What am I doing wrong? Ultimately, I want to automatically store various PDF's in DevonThink Pro Office.