AppleScript Question
AppleScript Question
- Subject: AppleScript Question
- From: Steve Gehrman <email@hidden>
- Date: Mon, 11 Feb 2002 00:13:32 -0800
I'm using ScriptEditor to run a script:
tell application "Finder" to get the selection
and I get the result:
{application file "Graphing Calculator" of folder "Tests" of disk
"Experiments" of application "Finder"}
I want to implement the same "get the selection" appleevent and respond
just like the Finder. My question is with the result format.
Is this a standard format or is this format specific to the Finder. Are
result formats documented anywhere. Are there standard formats for
things like paths?
Thanks,
-steve
_______________________________________________
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.