_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
Error :
- EOK if no error.
- EARGNIL if the temp file object is nil.
- ENOFOUND if the system handler is untraceable.
See also
Example
Notes