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

Arguments:

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

Description:

This is a GZIP unpacker function.

Returns:

TRUE on successful operation, FALSE on error.

Usage:

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

See also:

gzip_pack.

PSP Help documents