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 gzip_pack(const source, dest: string): boolean;

Arguments:

source Full or relative path to source file, e.g. 'file.ext'.
dest Full or relative path to destination file, e.g. 'file.ext.gz'

Description:

This is a GZIP packer function.

Returns:

TRUE on successful operation, FALSE on error.

Usage:

gzip_pack('big_prog.psp', 'big_prog.psp.gz');

See also:

gzip_unpack.

PSP Help documents