home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0307.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  649 b   |  16 lines

  1.  
  2. Does anyone have a function that will allow them to append to a file?  I
  3. need to open a file and write some data to it then, at a later time, reopen
  4. the same file and add some more data to it.  The only things that I could
  5. find in Franz were "infile" and "outfile", and "outfile" truncates the file
  6. when called.  It would be nice if the function would create the file if it
  7. didn't already exist, but that is not necessary.
  8.  
  9. Thanks. --Wilson
  10.  
  11. P.S. I tried writing a C-function to handle this, but I didn't have any luck
  12. passing the FILE pointer back into Franz.  It didn't recognize the pointer
  13. as a port, and I don't know how to set it straight.
  14.  
  15.  
  16.