back to Table of Contents


GetFileSHA2$ (function)

Compute the SHA2 Message-Digest of the specified file. The file can contain any text or binary data.


SYNTAX:

digest$ = GetFileSHA2$ (FileSpec$)

INPUTS:

FileSpec$ (STRING)


RESULT:

digest$ (STRING)


back to Table of Contents