Thread: Text Files
View Single Post
  #14 (permalink)  
Old 04-24-2009, 07:29 AM
Erel's Avatar
Erel Erel is online now
Administrator
 
Join Date: Apr 2007
Posts: 13,154
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

You can open a file in random access mode and change only parts of it. However as text files use Unicode encoding it will be very hard to find the right position.
I recommend you to open the file, read the lines one by one or everything at once. Edit the text and save it to a new file.
__________________
Basic4android documentation
Reply With Quote