标签: c# windows-10 appdata special-folders application-data
我总是使用
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData)
但是,在我的Windows 10测试计算机上,与其他所有版本的Windows一样,它返回"C:\Users\User\AppData\Roaming"而不是"C:\Users\<user>\AppData\Roaming"。
"C:\Users\User\AppData\Roaming"
"C:\Users\<user>\AppData\Roaming"
Windows 10 需要注意什么?