MultiScript - Extension Defined Functions - File Checksum

Import Directive

To be able to use any of the File Checksum MultiScript functions, these functions must first be imported into the MultiScript engine. This is done with the script directive Import:

import("MFTools-sfv");

File CheckSum Script-Defined Functions

ChkSum_Calculate Calculate CheckSum of a file.

ChkSum_Calculate

Calculate CheckSum of a file.

<str> ChkSum_Calculate(<str> filename, <num> type);

Parameters

filename
name of the file you want to calculate the checksum of
type
0 = CRC32, 1 = MD5, 2 = SHA1

Return value

Return a string with the hex hash value