AppleScript-0.1.3: Call AppleScript from Haskell.ContentsIndex
Foreign.AppleScript
Description
A module that enables you to compile and execute AppleScript.
Synopsis
appleScriptAvailable :: IO Bool
execAppleScript :: String -> IO ExitCode
Documentation
appleScriptAvailable :: IO Bool
The appleScriptAvailable function checks whether or not AppleScript is available on your platform.
execAppleScript :: String -> IO ExitCode
The execAppleScript function will attempt to compile and execute the AppleScript, described in the String it receives as its argument. Any result of running the script is discarded. The ExitCode indicates whether or not any errors were encountered during compilation or execution.
Produced by Haddock version 0.8