_FILEWriteTmp
Writes a string to a temporary file from the current position
Prototype :
fun [FileTemp S] I
- FileTemp : a temporary file object
S : the string to write
Return : I 0 if ok or nil if an error occurs
Error :
- EOK if no error.
- EARGNIL if the temp file object is nil.
- ESTRING if the data string is nil.
- ENOFOUND if the system handler is untraceable.
See also
Example
Notes