Part of the Samples Website. 8/16/97.

samples.basicStuff.restartFinder

«Tells the Finder to quit, then relaunches it
local (f)
if sys.appisrunning (Finder.id)
f = sys.getAppPath (Finder.id)
required.quitApplication (Finder.id)
else
f = file.getSystemFolderPath () + "Finder"
clock.waitSeconds (1)
launch.application (f)


This page was last built on Sat, Aug 16, 1997 at 6:40:14 PM. You can download the current set of sample scripts from our FTP site. Dave