C# Finding the Desktop Path

The following code is used to find the desktop path in C#...


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



You May Interest

C# How To Find The Average Of 10 Numbers Using A While Loop

C# Finding Tangent of an Angle

Splitting a String By Desired Character in C#

Finding Character Count of String in C#

C# Non-Restart Check If Application is Open