Home
Manage Your Code
Snippet: Get the path to the windows desktop (C#)
Title: Get the path to the windows desktop Language: C#
Description: Get's the users windows desktop path Views: 137
Author: Matthew Briggs Date Added: 1/29/2012
Copy Code  
1string path = Environment.GetFolderPath(Environment.SpecialFolder.Desktop);