EnvironmentManager.AppendToPath(String) Method

Definition

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.

Applies to

See also