Get an environment variable and return its value
const char * safeGetEnv(const char * var);
DString Class