C#winfrom 获取桌面、收藏夹等特别体系路径
// Windows我的文档 string desktopPath = System.Environment.GetFolderPath(System.Environment.SpecialFolder.MyDocuments);
//根据不同的选择得到不懂的路径 你懂得的
// Windows我的文档 string desktopPath = System.Environment.GetFolderPath(System.Environment.SpecialFolder.MyDocuments);
//根据不同的选择得到不懂的路径 你懂得的