AutoHotkey Community

It is currently May 26th, 2012, 7:02 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: FileWriteLine
PostPosted: July 9th, 2005, 10:16 pm 
Offline

Joined: February 24th, 2005, 8:45 am
Posts: 278
Since AHK has got many commands required for Text files, Writing on a specific line(or deleting the line) is not very convenient using all these commands:
FileRead, FileReadLine, Loop, File, FileAppend, Loop, Parse
so it'll be great if a FileWriteLine gets added
Thanks


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 10th, 2005, 6:53 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
Although there may be better file reading and writing capabilities in the future, the ability to delete or edit specific lines in a text file might never get added. For explanation, see this topic: http://www.autohotkey.com/forum/viewtopic.php?t=417


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 11th, 2005, 5:08 am 
Offline

Joined: February 24th, 2005, 8:45 am
Posts: 278
It is a bad news (at least for me) that this command will never get added :cry: . The reason why i want this command:
I've a script which creates a txt file somewhere between 90Mb to 160Mb. It indexes every file on the hard disk with lots of details (Time created, Full Path, etc etc)... so i constantly need to delete this file and create again (Though few files are changed). So if this command was there... i could only check which File (Line) was not there in the current Loop (And Delete it-OR- Overwrite it) and if some file was not there(according to Drive, Or Extension) it will add it on the right spot... instead of the End of the File.
Anyways.,,
Thanks


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 3 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group