开发者

File saved to Program files folder is not there

开发者 https://www.devze.com 2023-03-08 13:43 出处:网络
I linked my application with the following options and saved a file from the application to the location \'C:\\Program Files\\ICEHost\\Projects\'. The file saved without any issues. But when I open th

I linked my application with the following options and saved a file from the application to the location 'C:\Program Files\ICEHost\Projects'. The file saved without any issues. But when I open the folder the file is not there.

File saved to Program files folder is not there

I don't want to exe开发者_运维技巧cute the application as run as administrator. How can I solve the issue?


Probably your files had been virtualized:

http://www.windowsecurity.com/articles/Protecting-System-Files-UAC-Virtualization-Part1.html

Check if you have "Compatibility Files" option in Windows Explorer (in C:\Program Files\ and then with that option on navigate to your folder)

BTW, you souldn't save files to that location! Use User AppData folder instead.

0

精彩评论

暂无评论...
验证码 换一张
取 消