Opened 16 years ago
Closed 16 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.
Note: See
TracTickets for help on using
tickets.
Should be fixed in r14554. The setter accepts a list of two elements, the position and the "whence" indicator.