Skip to content

MD5 Actions

MD5 Actions help you to create checksums for files, allowing to better control over file changing.

Actions

md5.file_checksum

Generates a MD5 checksum hash, allowing to be compared in the future to check if any change was made on file.

Parameters:

filepath - path to file you want to create MD5 hash

Returns:

hash_md5 - MD5 hash (code), to identify file

Usage Example
script.mvn
md5.file_checksum("report-result.xlsx")
prompt.alert('User: ' + $hash_md5)