Allows you to check the integrity of a file by verifying its hash or md5.
Example
Running this code will verify the MD5 of "TEST.docx" saved in "Desktop".
load html($plugin function("Data and Files Automation.dll", "$check hash/md5 file", "MD5", "{$special folder("Desktop")}\\TEST.docx"))
Running this code will verify the Hash of "TEST.docx" saved in "Desktop".
load html($plugin function("Data and Files Automation.dll", "$check hash/md5 file", "Hash", "{$special folder("Desktop")}\\TEST.docx"))