﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1263	Request: Delete a Line from a File (FileDeleteLine)	eru		"At the moment, there is no way to delete a specific line from a file, short of writing all the lines you don't want to delete to a new file.

I have a script that parses my a log file to remove unnecessary items, and it can be quite large at times - over 200,000 lines.

FileReadLine gets to get slower as the line number gets higher, so as I'm getting close to the end of the log file, it gets to be extremely sluggish.

If I could use FileDeleteLine after the FileReadLine, it would speed things up a lot since I could have it read the first line, evaluate it, then after it either writes or discards it, delete that line.

That way, FileReadLine would always be reading the first line and would function much faster for larger files.

Of course, there are more uses for such a command, but this is the one that affects me currently.

Thanks!"	Feature Request	closed		AutoIt		None	Rejected	Delete Line, FileDeleteLine, FileReadLine	
