Core Function FileSHA1
From Sputnik Wiki
FileSHA( <file> )
Contents |
Description
Calculate the SHA checksum of a file.
Parameters
file
File name.
Return Value
Success: Returns the hash
Failure: Returns empty string.
Remarks
Works on running files as well.
Example
$SHA1 = FileSHA1("sputnik.exe"); MsgBox("SHA1 hash is $SHA1");