Save file in Windows 7 [duplicate]
Possible Duplicate:
Save file with C fopen
I'm using C language to same a file in c:\SomeDirectory on Windows 7.
Is there any restriction on saving a file under this directory o开发者_高级运维n windows 7?
I'm having trobles with saving this file on this folder, the Windows 7 doesn't allow me (even as administrator) to save the file.
On winXP the program works perfectly.
Could it be that User Access Control is enabled on your system? If you, can you disable for the specified folder and try?
精彩评论