_FILETellTemp
Retrieves the current position of reading pointer of the temporary file
Prototype :
fun [FileTemp] I
- FileTemp : a temporary file object
Return : I the current position 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