Path: utzoo!utgpu!attcan!uunet!husc6!uwvax!oddjob!kaon!sphinx.uchicago.edu!her3 From: her3@sphinx.uchicago.edu (Benjamin 'Drew' Herman) Newsgroups: comp.sys.mac.hypercard Subject: RE: Appending to files Message-ID: <508@kaon.uchicago.edu> Date: 5 Aug 88 18:47:43 GMT Sender: root@kaon.uchicago.edu Reply-To: her3@sphinx.uchicago.edu (Benjamin 'Drew' Herman) Organization: University of Chicago Computation Center Lines: 29 (I found I was unable to mail direct since my machine does not recognize UUCP. addresses (only internet, arpa, etc.)) Hi, this is a guess and may be a hopeless hack. The problem seems to be that when the file is opened the File Pointer is set to zero the first character of the file. So to append to a file simple read all the data in the file. ie. read from file until (<- I'm not sure how to do this) then Feel free to write out to the file. since the File Pointer sould now be at the bottom of the file everything should work right. (This used to work on older systems with sequencial only files.) This is a Guess. I repeat This IS A GUESS. Tell me if It works. Ben Herman -- Internet: her3@sphinx.uchicago.edu BITNET: her3@sphinx.uchicago.bitnet UUCP: {ihnp4!gargoyle,oddjob}!sphinx!her3 Internet: her3@sphinx.uchicago.edu BITNET: her3@sphinx.uchicago.bitnet UUCP: {ihnp4!gargoyle,oddjob}!sphinx!her3