[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: opening file for output, append
- To: Nancy.Skooglund@cmu-ri-isl3.ARPA
- Subject: Re: opening file for output, append
- From: johnson <johnson%udel-dewey.delaware@udel-relay.ARPA>
- Date: Mon, 12 Nov 84 03:21:49 GMT
- Cc: franz-friends@Berkeley, johnson%udel-eecis1.delaware@udel-relay.ARPA
- Original-date: Sun, 11 Nov 84 22:21:49 EST
In later versions of franz, 'outfile' takes a second argument;
to open a file for appending:
(setq portname (outfile '<filename> 'a))
{try:
(help outfile)
for a full description.}
If this does not work on your version, I have a hack that associates a port
with ANY open file descriptor, but it uses 4.x system calls, - so don't
request it unless the you can't use the new 'outfile' function.
-johnson@udel-ee