Previous Up Next

_FILESeek
Move the reading pointer of the ANSI file

I _FILESeek (
File _file_
I _position_
I _reference_
)
Parameters

_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
Return value

0 if success