get md5 checksum
res=getmd5(filename)
res=getmd5(ParamString,'string')
:res md5 result (string) : :filename filename (string or matrix of strings) : :ParamString string or matrix of strings :
getmd5(...) get md5 checksum of a file or a string.
getmd5('hello world','string')
getmd5(['hello' 'world'],'string')
getmd5(['hello' ; 'world'],'string')
getmd5( SCI+'/modules/core/etc/core.start' )
getmd5( SCI+'/modules/core/etc/'+['core.start' 'core.quit'])