Pascal Scripting: GetMD5OfFile
Prototype:
function GetMD5OfFile(const Filename: String): String;
Description:
Gets the MD5 sum of the specified file, as a string. An exception will be raised upon failure.
function GetMD5OfFile(const Filename: String): String;
Gets the MD5 sum of the specified file, as a string. An exception will be raised upon failure.