Up |
_filemd5 Scol 5.x or above required
signs a file using MD5 algorythm.
Prototype :
fun [P] S
- P : a read reference file
Return : S the result or nil if error.
Error :
- EOK if no error.
- EARGNIL if the argument is nil.
- EIO if the VM is not able to open the file.
- EVM if a memory error occurs.
See also :
Example :