I have created one binary file in c that save btree.
File is having huge size around 2GB.
If some one changes this attribute to read only, then b tree is updated incorrectly. And the behavior of code changes.
I need to write a code, so that no can change file's attributes such as read only, hidden, etc. from outside.
Can any one help me?