Run Applescript in Carbon

7 11 2007

Found in Apple Developer Connection

Example

SimpleRunAppleScript(
"tell application \"Finder\"\n"
" activate\n"
" select folder \"Documents\" of startup disk\n"
" open selection\n"
"end tell");


Actions

Information

2 responses

10 07 2008
goebish

The #include lines are imcomplete… Can someone help ?

1 03 2009
phoenixblue

Leave a comment