Ok, my problem is that I open a file with file_open_write And write something into it. Now I Open it again with file_open_read and read it out. Now I want to open it again with file_open_write and ADD something to the file. But as it stands in the manual file_open_write deletes the content. So how can I add something to a file?