EnvironmentManager.RemoveFromPath(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.
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.