Share a text file

In the app there are a bunch of lines of text created for a computation. I store these in a file then fill in a table when complete. I want to add an option to take this file and put it in the files folder so then I could easily access from computer.

Any hints on where to start? Is there a way to call the typical “Square with up arrow” box then I could place file wherever?

Thanks.

https://documentation.xojo.com/UserGuide:iOS_Sharing_Panel

Thank you sir.

I guess I really need to share a file full of text.

it used to be (and I haven’t checked since the altered iTunes) that you could add an entry to the pList and read/write the documents folder of your iPhone app directly from your desktop… otherwise look into what Gavin mentioned… email, AirDrop etc.