Previous | Up | Next |
_fileSign
Apply the hash function on the content of a file.Parameters
S _fileSign ( P _file_ )
Return value
_file_ read-only reference to a file
signature of the file contentRemark
'_fileSign x' is equivalent to : '_getlongname _getpack x "" "#"', except the file is not loaded in the Scol memory. It works even if the file size is bigger than the Scol memory.