This is a search engine friendly CGI program that outputs help documents.
The LufDoc (Live User Fed Documentation) comment system will be implemented soon.

PSP Help Doc Indexer System

(Version 1.4.1)


Declaration:

function md5_file(const fname: string): string;

Arguments:

fname File name

Description:

This function calculates MD5 signature of file. It is slower than CRC32 checks and Adler32 check but efficient anyway.

Returns:

Fixed length MD5 hash string.

Usage:

s := md5_file('filename.ext');

See also:

md5_string.

PSP Help documents