Search for
in snippet title/description
in snippet text
Browse Code
Add-Ins
Blog
Language Feeds
Service Stats
FAQs
Feedback
About
Manage Your Code
Login
Register
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
1
string
path = Environment.GetFolderPath(Environment.SpecialFolder.Desktop);
string path = Environment.GetFolderPath(Environment.SpecialFolder.Desktop);