views:

56

answers:

1

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 on 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.

A: 

Could it be that User Access Control is enabled on your system? If you, can you disable for the specified folder and try?

Raghuram
UAC is not per-folder
Paul Betts