Path._expandDollarVars

private string _expandDollarVars(string s) static

Expand $NAME and ${NAME} references using the process environment.

Parameters

sInput string.

Returns

The string with $NAME/${NAME} occurrences replaced by their

environment values (missing variables expand to the empty string).