C# Finding the Desktop Path
The following code is used to find the desktop path in C#...
string dPath = Environment.GetFolderPath(Environment.SpecialFolder.Desktop);
The following code is used to find the desktop path in C#...
string dPath = Environment.GetFolderPath(Environment.SpecialFolder.Desktop);