Opened 15 years ago

Closed 15 years ago

#16 closed defect (fixed)

set-file-position! missing

Reported by: Alex Shinn Owned by:
Priority: major Milestone:
Component: core libraries Version: 4.0.1
Keywords: posix file-position fseek Cc:
Estimated difficulty:

Description

set-file-position! is no longer available,
and (set! (file-position port) value) doesn't
provide the same functionality since you can't
specify whence.

Change History (1)

comment:1 Changed 15 years ago by felix winkelmann

Resolution: fixed
Status: newclosed

Should be fixed in r14554. The setter accepts a list of two elements, the position and the "whence" indicator.

Note: See TracTickets for help on using tickets.