[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Direct access input from character streams.
- To: vsnyder@jato.Jpl.Nasa.Gov (Van Snyder)
- Subject: Re: Direct access input from character streams.
- From: Bill St. Clair <bill>
- Date: Mon, 12 Nov 90 21:52:52 -0500
- Cc: info-macl@cambridge.apple.com
- In-reply-to: Your message of Mon, 12 Nov 90 16:20:32 -0800. <9011130020.AA00693@jato.Jpl.Nasa.Gov>
On CLtL-1 p. 425 or CLtL-SE p. 655:
(file-position file-stream &optional position)
Returns or sets the current position with a random access file.
(file-position stream) returns the position.
(file-position stream new-position) sets the position to new-position
Bill