You cannot partly modify a text file. Text files can either be fully written or appended. You can avoid a temp file by manipulating the file in memory. The process you would follow would be:
1. Load...