wwProcess::GetWCIniSetting

This method can be used to read values from the wc.ini file.

Note that this method relies on the wcConfig key passed back from the wc.dll request to figure out the location of the INI file. This means this method is valid only during or after the first hit has occurred. Since this is a process method this is usually not a problem though.

o.GetWCIniSetting(lcKey,lcSection)

Return Value

string or "" if not found

Parameters

lcKey
The key to retrieve.

lcSection
The section in the wc.ini file to retrieve. Defaults to the wwcgi section which is the main section.


See also:

Class wwProcess

© West Wind Technologies, 1996-2024 • Updated: 08/09/01
Comment or report problem with topic