|
Have a general idea, add a layer of indirection, hide the real file
For example, to insert a string at the beginning of A.data, you can change A.data to B.data and create a new file A.data, insert the string into A.data,
The file is read if A.data is read and then B.data is read |
|