Changing Environment Paths using D language's Phobos Library

Adam D. Ruppe destructionator at gmail.com
Sat Jun 29 11:55:11 UTC 2019


On Saturday, 29 June 2019 at 10:01:35 UTC, BoQsc wrote:
> Are not accessible in Windows 10 settings, at all, as far as I 
> see now.
> Is that suppose to be that way?

A program can only modify its own environment variables. These 
modifications are passed to its children, but not back up to its 
parents.

Any changes you make will not be saved by the operating system 
since that is a parent of your program instead of its children.


if you do wanna make permanent changes i believe that means 
poking the registry and requires associated permissions.


More information about the Digitalmars-d-learn mailing list