Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!emory!hubcap!jcocon From: jcocon@hubcap.clemson.edu (james c oconnor) Newsgroups: comp.sys.mac.programmer Subject: Closing files in a panic Message-ID: <12348@hubcap.clemson.edu> Date: 19 Dec 90 15:34:56 GMT Organization: Clemson University, Clemson, SC Lines: 8 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