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

Community
  • 1
  • 1
okami
  • 2,093
  • 7
  • 28
  • 40

1 Answers1

-1

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

Raghuram
  • 51,854
  • 11
  • 110
  • 122