Next: , Previous: , Up: The File Library   [Index]


13.8.14 File Seek Definitions

The seek definitions describe the offset argument interpretation.

SEEK_CURRENT

the offset is relative to the current file position

SEEK_END

the offset is relative to the end of the file

SEEK_SET

the offset is relative to the beginning of the file