TextOutputStream.Create
From Real Software Documentation
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
An IO error will trigger an IOException.
The Create shared method replaces the deprecated FolderItem.CreateTextFile.
Example
This example writes text into a field on a form.
