Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!rutgers!cmcl2!ccnysci!cpyang From: cpyang@ccnysci.UUCP (Chao Ping Yang) Newsgroups: comp.sys.mac.programmer Subject: Help!! How to save a file??? Message-ID: <1436@ccnysci.UUCP> Date: 22 Mar 89 15:40:06 GMT Reply-To: cpyang@ccnysci.UUCP (Chao Ping Yang) Distribution: comp.sys.mac.programmer Organization: City College Of New York Lines: 21 Can someone tells me why the following sequence did not save my output file? ... fp = fopen(name,"w"); .... fclose(fp); ... /* SYSTEM BOMB HERE or POWER OFF */ Using FSOpen, FSClose did not change a thing. When the computer was on again, my file was not there. Was it that I need to update the desktop file myself? Thanks for your help. -- ==Chaoping cpyang@ccnysci.bitnet