SynopsisDefine the default web page directory. Prototype#include "webs.h" void websSetDefaultDir(char_t *dir); Parameters
DescriptionThe websSetDefaultDir procedure defines the primary web page repository. The default URL handler will look in the default directory and subdirectories to locate requested web pages. The dir parameter should contain only "/" path delimiters and not "\" separators. Return ValueNone ExamplewebsSetDefaultDir("/mydir"); Stability ClassificationStable. See Also |