TextOutputStream.Create
From Xojo Documentation
Shared Method
Creates a text file for so that text can be written. The write is done by calling Write or WriteLine. Call Close when you are finished writing to the file.
Notes
If the file exists, it will be erased and recreated.
An IO error will trigger an IOException.
Sample Code
This code writes text from a TextField into a file: