writing to the file
Hi, i've got a little problem. I have a text file (about20,000 lines) and i want to write to end this file one control line. how can i do that? i don't want to read hole file, a just want to put one line in file. is there any method for this? such this:
"name_of_file.write("last line");"
thanks for any knowledge, best regards. alcatraz

