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# Finding the Path to the Windows System32 Folder

Finding Character Count of String in C#

How to Find the Name of the Operating System in C# ?

C# Finding the Operating System Username

C# Finding the Path to the Windows Folder