hi all, does anybody know how to write (overwrite) a specific line in the file
Printable View
hi all, does anybody know how to write (overwrite) a specific line in the file
Read the file, writing it out to a temp file, replacing the line you want to replace, then delete the original and rename the temp file back to the original name.