BBjAppConfig::getConfigFile

Description

In BBj 12.0 and higher, this method returns the config.bbx file name.

Syntax

Return Value

Method

string

getConfigFile()

Parameters

None.

Return Values

Returns the config.bbx file name.

Remarks

None.

Example

rem ' BBjAppConfig::getConfigFile

admin! = bbjapi().getAdmin("admin","admin123")
appServer! = admin!.getWebAppServer()
appConfig! = appServer!.makeEmptyAppConfig()
appConfig!.setConfigFile(dsk("")+dir("")+"config.bbx")
print "getConfigFile: ",appConfig!.getConfigFile()

See Also

BBjAPI

BBjAppConfig

BBjAppConfig::setConfigFile

BBjAppServer

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.