_FILESizeTemp
Returns the current size of a temporary file
Prototype :
fun [Filetemp] I
- FileTemp : a temporary file object
Return : I the size 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