Hello everybody,
I am developing an App that receives data from a Windows PC using sockets.
The data transfer works fine, the received data is tranfered to a stringlist, the App creates a new text file and stores the received data (approx. 20 lines of text) to that file. So far, so good.
The App works fine with Android 9 but due to the changes in Android 10, the file handling needs to be changed.
My problem is as follows: How do I save the complete StringList to a text file and how do I read the complete file into a StringList.
The example AppPublicFolderAccessDemo1 does not help as it only deals with text files consisting of just one line / one single string. Maybe I am just to blind to see...

Thanks a lot for your help.
Stefan