Pascal Scripting: GetSHA1OfFile
Prototype:
function GetSHA1OfFile(const Filename: String): String;
Description:
Gets the SHA-1 hash of the specified file, as a string. An exception will be raised upon failure.
function GetSHA1OfFile(const Filename: String): String;
Gets the SHA-1 hash of the specified file, as a string. An exception will be raised upon failure.