MaterialX 1.38.10
Loading...
Searching...
No Matches
Environ.h File Reference

Cross-platform environment variable functionality. More...

Go to the source code of this file.

Functions

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

Detailed Description

Cross-platform environment variable functionality.