Finder's information window in OS X Applescript: nothing works
Finder's information window in OS X Applescript: nothing works
- Subject: Finder's information window in OS X Applescript: nothing works
- From: Reinforced Darkness <email@hidden>
- Date: Fri, 1 Aug 2003 19:33:26 +0200
Hi,
want to store some data in the comment field of the information window
and retrieve it by a script
try this
//
tell application "Finder"
set fichier to file "Macintosh HD:myfile"
set commentaire to (Comments panel) of information window of fichier
end tell
//
---> information window of ....
stupid scriptable Finder in OS X (If we can call it "scriptable")!
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.