wwServer::cAppStartPath

This is the application's startup path. This should point to the directory where the server was started in and where wcmain.ini (or your implementation thereof) should reside.

This value is set by wwServerGetAppBasePath which is gleamed from the registry at startup. This value can be overridden in wwServerSetServerEnvironment although this is not recommended.

o.cAppStartPath

Remarks

cAppStartpath is used internally in the wwServer class to locate the startup INI file.

All path references should take cAppStartPath into account to make sure the server will run properly under all modes of operation. COM DLL servers cannot change path to the startup directory, so paths may not be relative to the current location but relative to THIS.cAppStartPath.

See also:

Class wwServer | wwServer::GetAppStartPath

© West Wind Technologies, 1996-2022 • Updated: 12/15/15
Comment or report problem with topic