TextOutputStream.Create

On the Mac OS when i use TextOutputStream.Create to create a file, the Sharing & Permissions are defaulting to Read & Write by the User Name that created it and Read Only by all other User Name on the Mac. Is there a setting or manipulation in Xojo that can set the permission for everyone to Read & Write on this file?

Use the Permissions property of the FolderItem.

myfile.Permissions = &o766