This should be a no brainer, but somehow I can't persuade Google to give me a decent answer.
The only think I could find is the VB-only class SpecialDirectories
, which has this property:
My.Computer.FileSystem.SpecialDirectories.Desktop
How can i do this in C# ?