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# Substring Method

C# Finding the Path to My Documents Folder

C# Finding the Sine of an Angle

Finding the Index Order of a Character in a String in C#

C# Finding the Computer Name