[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: REM at MIT-MC (Robert Elton Maas)
- Date: Fri, 28 Nov 80 10:54:00 GMT
- Original-date: 28 NOV 1980 0554-EST
Is there any way in MacLISP to open a file in read-modify-write mode?
(I.e. you can read data in from random places, and you can overwrite
existing data with new data or extend the end of the file with new data.)
I hoped APPEND mode of NEWIO would work, but it forbids reading.
I need to be able to read in words containing 8-bit bytes and write
back out data with some bytes changed and others left as read-in.