Skip to content

Instantly share code, notes, and snippets.

@hetima
Created February 9, 2013 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hetima/4745314 to your computer and use it in GitHub Desktop.
Save hetima/4745314 to your computer and use it in GitHub Desktop.
ScriptingBridge で as 〜 表現
//Same as "target of window as Unicode text"
FinderFinderWindow* window;
FinderFolder* folder=window.target;
NSString* str = [folder sendEvent:'core' id:'getd' parameters:'rtyp', @"utxt", 0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment