var crypto = require("topsin.crypto");

var filepath = "C:/workspace/topsdk-temp/b3.7z";
var md5 = crypto.fileMd5(filepath);
print(md5);