how to set read only attribute for text file in C

Thread Starter

bignick270

Joined Mar 25, 2009
36
Is there a simple way to make a text file read only in standard C (not C++) in windows?

I know how to write to and read from text files in C but changing the attributes would be useful in my application.
 
Top