Executing short AppleScript command sets
Executing short AppleScript command sets
- Subject: Executing short AppleScript command sets
- From: Jeffrey Mattox <email@hidden>
- Date: Wed, 26 Mar 2003 21:34:11 -0600
I know how to call an AppleScript handler in an AppleScript file, but
let's say I have a short snippet of AS code, for example:
tell application "Finder"
name of front window
end tell
Is there a way to run this using Cocoa and get the result, in this
case it's a string, without having it crate a script file, etc.?
Jeff
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.