steve64 No, at least as integrated in my current application. I first open the file as 'write' and is working. Then I close the file and reopen it with "append" and I can not see new written lines.
steve64 you can try this, I do not see the second string in the file: local file = sys.File("hello.txt") file:open("write") file:write("Hello World") file:close() file:open("append") file:write("Goodbye") file:close()
Samir Yes I have some news : It's a bug It's now fixed and will be available in next LuaRT release Thank you for the report !
steve64 Hi Samir, any timeline for next release? besides many things, the file append fix is very important on my current apps..
Samir Hi steve, I'm fine-tuning the details, hope to be able to release LuaRT 1.5.0 in the next two-three days !