How can I create a file with Delphi App on IOS and in which folder?

I am new for developing applications with Delphi for IOS. My problem is, how can I create file for local informations and where can I save them? I work with Delphi 10.1 Berlin.

In Delphi you can use one of the functions declared in System.IOUtils : for example TPath.GetDocumentsPath ou TPath.GetLibraryPath
How can I create a file with Delphi App on IOS and in which folder?
 
 
Q