String progName()
Usage
Returns the name of the currently running executable. This should not be used in web applications for constructing self-referential links as the name may include filesystem path information. Use WebCommon::webappName instead.
p = progName(); // p = "/usr/local/bin/kayadoc2man"