check.scpt 171 B

123456789
  1. tell application "Finder"
  2. try
  3. «event NVTYlded»
  4. set the result to 0
  5. on error msg number code
  6. set the result to code
  7. end try
  8. end tell