Finder.closeInfo

Syntax Finder.closeInfo (path)

Params path is the path name pointing to the volume, folder, or file whose "Get Info" window you wish the Finder to close.

Action Closes the "Get Info" window for the item at path. The Finder also brings itself to the front.

Returns True

Examples Finder.closeInfo ("System:")
» true

Closes the Get Info window for the disk volume "System."

Platform Notes This verb is only implemented in the Mac OS version of Frontier.

Notes 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"])

See Also Finder.getInfo

Finder.open

Finder.close

Discuss