HashFile
Sub HashFile ( Filename As String, HashType As HASH_METHODS ) As String |
The HashFile function computes the hash value of the given file and return it
As String.
See HashVariant
for available hash methods.
See also: Hashes overview, HashString
|