EnvironmentManager.RemoveFromPath(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從 PATH 環境變數結尾移除指定的 路徑 。
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)
參數
- path
-
String
Platform::String
winrt::hstring
要從 PATH 環境變數中移除 的路徑 。