[comp.sys.mac.programmer] Closing files in a panic

jcocon@hubcap.clemson.edu (james c oconnor) (12/19/90)

I have a panic macro which puts up an error dialog box and then calls
ExitToShell().  I would like to tell the operating system to close all
open files before calling ExitToShell().  Is there a master list that I
can get access to so I can call FSClose() myself?  (I'd rather not keep
a global list myself - no sense keeping two around)  Thanks for the
help.

Jim