|
|
|
|
|
| Description |
| A module that enables you to compile and execute AppleScript.
|
|
| Synopsis |
|
|
|
| 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 |