|
|
|
|
|
by mattzito
152 days ago
|
|
No, if you are going to change the structure of a structured document that has been saved to disk, your options are: 1) Rewrite the file to disk
2) Append the new data/metadata to the end of the existing file I suppose you could pre-pad documents with empty blocks and then go modify those in situ by binary editing the file, but that sounds like a nightmare. |
|