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");
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");
The #include lines are imcomplete… Can someone help ?
go to http://developer.apple.com/qa/qa2001/qa1026.html