$hash =
md5.hashoffile("<filename>")
Gives the hash value for any type of file.
Parameters
<filename>
Specify the name of the file.
Return Value
Returns the hash value of the specified file on successful execution, otherwise null value is obtained.
Example
-
$hash = md5.hashoffile("Test.txt")
msgbox($hash)
- Creates a md5 hash value of the specified text file.
The resulting hash value might resemble the following string 9A4C61850FC0677B9F08E348F614701A.