|
If the Get Info window for the item at path is not open, the Finder opens it and then closes it.
Retained for compatibility with the non-Scriptable Finder. Can be replaced by a close of an object specifier for the information window of an item, with Scriptable Finder
close (startupDisk.file["MyTest"].informationWindow)
close (window["MyTest Info"])
|