Pascal Scripting: GetSHA256OfFile

Prototype

function GetSHA256OfFile(const Filename: String): String;

Description

Returns the SHA-256 hash of the specified file, as a string. An exception will be raised upon failure.

See also

GetSHA256OfStream