New Framework TextOutputStream

The docs are a little ambiguous on this. Does the new framework support TextOutputStream? I see it supports reading Xojo.IO.FolderItems with Xojo.IO.TextInputStream but I’m not clear as to whether or not it is possible to write to a Xojo.IO.FolderItem. I’m trying to use the new framework as much as possible.

TextInputStream for reading, TextOutputStream for writing. These classes are mostly the same as in the classic framework.

Great. Thanks,.

http://developer.xojo.com/textoutputstream

That page comes from here .

Both of those links are for the classic framework, not the new framework. Thom is correct, it looks like you can just use the same method calls but finding the documentation for the new framework TextOutputStream was not straightforwards.

Use developer.xojo.com for new framework documentation. Searching for TextOutputStream yields the correct result as the very first entry. http://developer.xojo.com/xojo-io-textoutputstream