I'm using text_io.Create( some_file... ) to write to a Windows pipe. It
works fine. Are there any Autoflush flags that I can use? I know I can use
text_io.Flush, however, I have som hundred thousand lines of legacy code
that I do not want to change...
Eirik