2 references to Path
Microsoft.DotNet.Cli.Utils (2)
WindowsRegistryEnvironmentPathEditor.cs (2)
16
return environmentKey?.GetValue(
Path
, "", RegistryValueOptions.DoNotExpandEnvironmentNames) as string;
24
environmentKey?.SetValue(
Path
, value, RegistryValueKind.ExpandString);