26 return setenv(name.c_str(), value.c_str(), overwrite) == 0;
34 return unsetenv(name.c_str()) == 0;
PString phoenix_charToString(const char *ch)
Convert a char pointer into a string (event if the char pointer is NULL)
bool phoenix_setenv(const PString &name, const PString &value, bool overwrite)
Set a environment variable.
bool phoenix_unsetenv(const PString &name)
Unset a environment variable.
PString phoenix_getenv(const PString &varName)
Get the value of the given environment variable.