Up |
_FILESeekTemp
Moves the reading pointer of the temporary file
Prototype :
fun [FileTemp I I] I
- FileTemp : a temporary file object
- I : new position
- I : SEEK_SET : position from beginning of file (default), or
SEEK_CUR : position from current position, or
SEEK_END : position from end of file
Return : I 0 or nil if an error occurs