EnvironmentManager.RemoveFromPath(String) Method

Definition

Removes the specified path from the end of the PATH environment variable.

public:
 virtual void RemoveFromPath(Platform::String ^ path) = RemoveFromPath;
void RemoveFromPath(winrt::hstring const& path);
public void RemoveFromPath(string path);
function removeFromPath(path)
Public Sub RemoveFromPath (path As String)

Parameters

path
String

Platform::String

winrt::hstring

The path to be removed from the PATH environment variable.

Applies to

See also