SynopsisDefine the local pathname to retrieve the web document for the current browser request. Prototype#include "webs.h" void websSetRequestLpath(webs_t wp, char_t *path); Parameters
DescriptionThe websSetRequestLpath procedure defines the local path for the current request. The local path is normally a combination of the request directory and the request path and is created by the default URL handler. Return ValueNone ExamplefmtAlloc(path, "/mydir/%s", websGetRequestPath(wp)); websSetRequestLpath(wp, path); Stability ClassificationStable. See AlsowebsGetRequestDir, websGetRequestPath, websGetRequestLpath, websSetRequestPath |