deleting a line from a text file

Is it possible to directly erase a single line from a text file, rather than having to rewrite the whole file omitting that line?
No.
Partially. You can rewrite just the portion of the file that occurs after the deletion.
Topic archived. No new replies allowed.