Table of Content
HAL Forum
function string GetFileMD5 (
string TargetFile)
Description:
Calculates the MD5 string from the contents of the specified file and returns it.
Parameters:
TargetFile The path and name of the file beging used for MD5 calculation.
global
updating procedure OnApplicationStartup()
begin

  stopalert(GetFileMD5("hansa.log"));  

  return;
end;
Related topics:
««