User:RhoSigma/Test: Difference between revisions

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search
(Created page with "<!DOCTYPE html> <html> <head> <title>GetFileMD5</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style type="text/css"> →‎This file is deliberately empty.: </style> <link rel="stylesheet" type="text/css" href="styles.css"> </head> <body> <p><em><a href="_Md5_Contents.html">back to Table of Contents</a></em></p> <hr /> <h2>GetFileMD5$ <em>(function)</em></h2> <p>Compute the MD5 Message-Digest of the specified file. The file can contain any...")
 
(Replaced content with "== ATTENTION == '''Keep Out''' - This is my all things MediaWiki '''Nuke Test Site''' ...")
Tags: Replaced Manual revert
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!DOCTYPE html>
== ATTENTION ==
<html>
'''Keep Out''' - This is my all things MediaWiki '''Nuke Test Site''' ...
<head>
<title>GetFileMD5</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
/* This file is deliberately empty. */
</style>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<p><em><a href="_Md5_Contents.html">back to Table of Contents</a></em></p>
<hr />
<h2>GetFileMD5$ <em>(function)</em></h2>
<p>Compute the MD5 Message-Digest of the specified file. The file can contain
any text or binary data.</p>
<hr />
<blockquote>
<blockquote>
<blockquote>
<blockquote>
<blockquote>
<p><strong><em>SYNTAX:</em></strong></p>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<pre><code>digest$ = GetFileMD5$ (FileSpec$)
</code></pre>
 
</blockquote>
<hr />
<blockquote>
<blockquote>
<blockquote>
<blockquote>
<blockquote>
<p><strong><em>INPUTS:</em></strong></p>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<h4>FileSpec$ <em>(STRING)</em></h4>
<ul>
<li>The path/file specification of the file you want to get the MD5
Message-Digest from.</li>
</ul>
</blockquote>
<hr />
<blockquote>
<blockquote>
<blockquote>
<blockquote>
<blockquote>
<p><strong><em>RESULT:</em></strong></p>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<h4>digest$ <em>(STRING)</em></h4>
<ul>
<li>The MD5 Message-Digest of the given file as hexadecimal string.</li>
<li>Will be an empty string, if the file could not be opened (either not
found or not accessible).</li>
</ul>
</blockquote>
<hr />
<p><em><a href="_Md5_Contents.html">back to Table of Contents</a></em></p>
 
</body>
</html>
<!-- This document was created with MarkdownPad, the Markdown editor for Windows (http://markdownpad.com) -->

Latest revision as of 14:34, 31 May 2024

ATTENTION

Keep Out - This is my all things MediaWiki Nuke Test Site ...