File¶
Backlinks¶
- There is no simple way to prepend to a file
- When writing software, there isn't an easy way to write to the start of a file. It usually involves reading the whole file (whether at once or in chunks) and adding the part you want to the start of the file.