getAppPathAndName#
Fully qualified name: carb::extras::getAppPathAndName
Defined in carb/extras/VariableSetup.h
- inline void carb::extras::getAppPathAndName( )#
Determines application path and name.
Priority (for path and name separately):
String map (cmd arg)
Env var
Executable path/name (filesystem)
- Parameters:
stringMap – String map - e.g. parsed args as output from the CmdLineParser.
appPath – Resulting application path.
appName – Resulting application name.