_FILECloseTemp
Destroys the Scol object. Closes and deletes the physical temporary file. You
should close it when no longer needed (even if it will be destroyed when the
application exists).
Prototype :
fun [FileTemp] I
- FileTemp : a temporary file
Return : I 0 if ok or nil if error
Error :
- EOK if no error.
- EARGNIL if the temp file object is nil.
- ENOFOUND if the system object is not found, probably it is already destroyed.
- ESYSOS if the system handler is untraceable, probably already released.
See also
Example
Notes