C# 中的 appdata 文件夹访问被拒绝
我正在尝试使用 dropbox 将我的便笺从 win7 机器同步到 win7 机器,然后从该位置移动数据(据我所知,您无法更改默认便笺保存位置),
但是当我使用 File.Replace(source,destination);
我收到错误(即使我以管理员身份运行程序)
“访问路径被拒绝”
C:\Users\crash893\AppData\Roaming\Microsoft\Sticky Notes
我拥有对计算机的完全访问权限,但我更喜欢本质上是编程的解决方案/提示,这样我就可以让我的朋友这样做必须引导他们完成一系列步骤
I'm trying to sync my sticky notes from win7 machine to win7 machine using dropbox and then moving the data from the location (as far as i can tell you can't change the default sticky notes save location)
however when i use File.Replace(source,destination);
I get an error (even if i run the program as admin)
"Access to path is denied"
C:\Users\crash893\AppData\Roaming\Microsoft\Sticky Notes
I have full access to the machine but I would prefer a solution / hint that was programmatic in nature so I can let my friends do it with having to walk them through a bunch of steps
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论