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

Re: Direct access input from character streams.



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