|
StormByte C++ Library: System module 1.0.1.9999
StormByte-System is the C++26 process and environment module of the StormByte suite.
|
Environment variable expansion helpers. More...
#include <variable.hxx>
Static Public Member Functions | |
| static std::string | Expand (const std::string &str) |
Expand environment variables in str. | |
Environment variable expansion helpers.
Windows: ExpandEnvironmentStrings. UNIX: expand ~ to the home path.
|
static |
Expand environment variables in str.
| str | Input string. |