Remove a line from a text file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I want to remove the last line in a text file. Anybody has an easy way to do so

Thanks
 
Hi Li,

From where really on disk?
I know there is a write append, but not a write stuffback.

And than it is reading and writing form all rows except the last.
(You can delay writting by instance, read save read write saved and that in
a loop)

Cor
 
Back
Top