back to Table of Contents


GetFileMD5$ (function)

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


SYNTAX:

digest$ = GetFileMD5$ (FileSpec$)

INPUTS:

FileSpec$ (STRING)


RESULT:

digest$ (STRING)


back to Table of Contents