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.
I know how to write to and read from text files in C but changing the attributes would be useful in my application.