How to

get desktop path

Published: 9. October 2011 | Updated: 9. October 2011
License: Microsoft Public License (MS-PL)
Categories: Windows
Tags: C# Windows
Was this snippet helpful for you? YESYES / NONO
string desktopPath = Environment.GetFolderPath(Environment.SpecialFolder.Desktop);
Send us feedback about this snippet »



Related Snippets: