PixelLightAPI
.
|
Application context. More...
#include <ApplicationContext.h>
Protected Attributes | |
String | m_sExecutableFilename |
Array< String > | m_lstArguments |
String | m_sAppDirectory |
String | m_sStartupDirectory |
String | m_sLog |
String | m_sConfig |
Application context.
Absolute executable filename of the application
Array<String> PLCore::ApplicationContext::m_lstArguments [protected] |
Argument list
String PLCore::ApplicationContext::m_sAppDirectory [protected] |
Application directory
The current directory when the application constructor was called
String PLCore::ApplicationContext::m_sLog [protected] |
Absolute path to log file, empty if log has not been opened
String PLCore::ApplicationContext::m_sConfig [protected] |
Absolute path to config file, empty if no config is used
|