EnvironmentManager.AppendToPath(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the specified path to the end of the PATH environment variable.
public:
virtual void AppendToPath(Platform::String ^ path) = AppendToPath;
void AppendToPath(winrt::hstring const& path);
public void AppendToPath(string path);
function appendToPath(path)
Public Sub AppendToPath (path As String)
Parameters
- path
-
String
Platform::String
winrt::hstring
The path to be appended to the PATH environment variable.