User:RhoSigma/Test

From QB64 Phoenix Edition Wiki
Revision as of 16:37, 30 May 2024 by RhoSigma (talk | contribs)
Jump to navigation Jump to search

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

Syntax

digest$ = GetFileMD5$ (FileSpec$)


Parameters

  • digest$ The MD5 Message-Digest of the given file as hexadecimal string.
    • Will be an empty string, if the file could not be opened (either not found or not accessible).
  • FileSpec$ The path/file specification of the file you want to get the MD5 Message-Digest from.



Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link