Cold Help System: Programming: ColdC Reference Manual: Functions: File: fseek()


INTEGER fseek(INTEGER offset, SYMBOL whence)

This function changes the file position to offset. The variable whence is either 'SEEK_SET, 'SEEK_CUR, 'SEEK_END. Read the unix manual page for the function fseek, for more information.

If the file is not both readable and writable, this function cannot be used.


dblog() | execute() | fchmod() | fclose() | feof() | fflush() | file() | files() | fmkdir() | fopen() | fread() | fremove() | frename() | frmdir() | fseek() | fstat() | fwrite()


the Cold Dark