[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: appending to files in lisp?



To append to a file, use the outfile function's second argument:

	(setq oport (outfile '<filename> 'append))

This is discussed in the documentation for outfile in the Franz Lisp
Manual.

				-Liz