Comment obtenir le chemin vers le bureau de l’utilisateur courant en C# ?
string path = Environment.GetFolderPath(Environment.SpecialFolder.Desktop);
Comment obtenir le chemin vers le bureau de l’utilisateur courant en C# ?
string path = Environment.GetFolderPath(Environment.SpecialFolder.Desktop);