when I access the environmental variables through .NET, it gets the User related %TEMP%. No problem there.,
My main concern is if the variable is designed for supporting multiple values for example:
"C:\DOCUME~1\yourprofile\LOCALS~1\Temp;C:\Program Files\Microsoft SQL Server\80;C:\TEMP"
or is it just always expected to have a single value, example:
"C:\DOCUME~1\yourprofile\LOCALS~1\Temp"
Should I ever expect multiple values for %TEMP% variable in my program logic
|