C#获取桌面路径

94 阅读1分钟

就这一句话,用字符串接收就行

string strDesktopPath = Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory);