hash_file

Hashes the contents of the specified file using the SHA256, SHA1, or MD5 algorithm.

Syntax

hash_file( FileName, Algorithm )

Arguments

Argument Description
FileName (string) The name of the file.
Algorithm (string) The algorithm to use. Must be SHA256, SHA1, or MD5.

Returns

(String). A hash of the file contents.