C
#define ATTR_READ_ONLY 0x01
Description
A macro for the read-only attribute. A file with this attribute should not be written to. Note that this attribute will not actually prevent a write to the file; that functionality is operating-system dependant. The user should take care not to write to a read-only file.