c# get desktop path

C#
Environment.GetFolderPath(Environment.SpecialFolder.Desktop);
Source

Also in C#: