Hi,
How do I write to specific locations in a text file. For example I need to delete the characters from index x to index y.
Thanks,
Bruce
Hi,
How do I write to specific locations in a text file. For example I need to delete the characters from index x to index y.
Thanks,
Bruce
Writing to Specific Locations in a text file
Libor Vasa
Rorro
Hi,
load the modified string into StringBuffer from the text file and re-write the file again.