[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: appending to files in lisp?
- To: Wilson.Harvey@CMU-CS-IUS
- Subject: Re: appending to files in lisp?
- From: Liz Allen <liz@tove>
- Date: Tue, 18 Dec 84 19:54:00 GMT
- Cc: franz-friends@Berkeley
- In-reply-to: Your message of 17 Dec 84 16:02:13 EST. <8412172107.AA24610@UCB-VAX.ARPA>
- Original-date: 18 Dec 1984 1454-EST (Tuesday)
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