EnvironmentManager.AppendToPath(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute le chemin spécifié à la fin de la variable d’environnement PATH .
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)
Paramètres
- path
-
String
Platform::String
winrt::hstring
Chemin d’accès à ajouter à la variable d’environnement PATH .