This class implements system functions for any platforms.
More...
|
static std::string | environmentVariable (const std::string &variable, const bool removeQuotes=true) |
| Returns a defined environment variable. More...
|
|
This class implements system functions for any platforms.
◆ environmentVariable()
static std::string Ocean::Platform::System::environmentVariable |
( |
const std::string & |
variable, |
|
|
const bool |
removeQuotes = true |
|
) |
| |
|
static |
Returns a defined environment variable.
- Parameters
-
variable | Environment variable to return |
removeQuotes | Determines whether all beginning and ending quotes are removed from the environment variable, if existent |
- Returns
- Specified environment variable
The documentation for this class was generated from the following file: