MaterialX 1.38.2
Functions
Environ.h File Reference

Cross-platform environment variable functionality. More...

#include <MaterialXCore/Library.h>
#include <MaterialXFormat/Export.h>

Go to the source code of this file.

Functions

string getEnviron (const string &name)
 Return the value of an environment variable by name.
 
bool setEnviron (const string &name, const string &value)
 Set an environment variable to a specified value.
 
bool removeEnviron (const string &name)
 Remove an environment variable by name.
 

Detailed Description

Cross-platform environment variable functionality.