Comment obtenir le chemin vers le bureau de l'utilisateur courant en C# ?

Comment obtenir le chemin vers le bureau de l’utilisateur courant en C# ?

string path = Environment.GetFolderPath(Environment.SpecialFolder.Desktop);