Previous | Up | Next |
Move the reading pointer of the ANSI fileParameters
I _FILESeek ( File _file_ I _position_ I _reference_ )
Return value
_file_ ANSI file reference _position_ new position of the reading pointer. Depends on the following parameter. _reference_ can be :
0 position from beginning of file 1 position from current position 2 position from end of file
0 if success