This module contains routines that give Python programs access to some
functionality provided by the finder. They are implemented as wrappers
around the AppleEventinterface to the finder.
All file and folder parameters can be specified either as full
pathnames or as FSSpec objects.
The findertools module defines the following functions:
Tell the finder to launch file. What launching means depends on the file:
applications are started, folders are opened and documents are opened
in the correct application.
Tell the finder to print a file (again specified by full pathname or
FSSpec). The behaviour is identical to selecting the file and using
the print command in the finder's file menu.