MD5FromFile
From SCAR Divi Manual
Definition
<func>function MD5FromFile(const FileName: AnsiString): AnsiString;</func>
Availability
SCAR Divi 3.12 > Current
Description
This function hashes the contents of a file with it's path given by FileName using the MD5 hashing algorithm.
Example
begin WriteLn(MD5FromFile(GetApplication.ExeName)); end.