Jump to content

Recommended Posts

Posted

How can I delete a line in a file?

line1 line1

line2 line3

line3=> line4

line4 line5

line5

If your file is TEST.TXT:

LINE1

LINE2

LINE3

LINE4

LINE5

this is a very simple method to delete LINE2

#Include <File.au3>
_FileWriteToLine(@ScriptDir & "\TEST.TXT",2,"",1)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...