Pascal Scripting: GetSHA256OfFile

Prototype:

function GetSHA256OfFile(const Filename: String): String;

Description:

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