get md5 checksum
res = getmd5(filename) res = getmd5(ParamString,'string')
md5 result (a string)
filename (a string or a matrix of strings)
a string or a matrix of strings
getmd5 get md5 checksum of a file filename or a string ParamString.
getmd5
filename
ParamString
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'])