Ocean
|
This class implements system functions for any platforms. More...
#include <System.h>
Static Public Member Functions | |
static std::string | environmentVariable (const std::string &variable, const bool removeQuotes=true) |
Returns a defined environment variable. | |
This class implements system functions for any platforms.
|
static |
Returns a defined environment variable.
variable | Environment variable to return |
removeQuotes | Determines whether all beginning and ending quotes are removed from the environment variable, if existent |