如何在Windows 10下的C#中获取AppData文件夹

时间:2015-10-09 08:31:13

标签: c# windows-10 appdata special-folders application-data

我总是使用

获取AppData文件夹
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData)

但是,在我的Windows 10测试计算机上,与其他所有版本的Windows一样,它返回"C:\Users\User\AppData\Roaming"而不是"C:\Users\<user>\AppData\Roaming"

Windows 10 需要注意什么?

0 个答案:

没有答案