_FILESignTemp
Apply the hash function on the content of a temporary file.
Prototype :
fun [FileTemp] S
- FileTemp : a temporary file object
Return : S the signature of the temporary file content or nil if an error occurs
Error :
- EOK if no error.
- EARGNIL if the temp file object is nil.
- EVM if a memory error occurs (the VM exits too).
- ENOFOUND if the system handler is untraceable.
See also
Example
Notes