Check Sum

Chipp Walters chipp at chipp.com
Mon Apr 23 16:38:44 EDT 2007


Scott,

Don't know if this helps at all, but here's how I calculate checksum's
for files:


function getChecksum pFilePath
  if there is not a file pFilePath then return ""
  return URLencode(md5digest(URL ("binfile:" & pFilePath)))
end getChecksum



More information about the use-livecode mailing list