Writing a text file into an IPhone
-
Hi,
Where are you trying to write that file ? You should use QStandardPaths and first get a valid writable location
-
You can't write in any of theses location on iOS nor Android for that matter. Look at writableLocation, it will return you a path suitable for writing.
-
Ok thanks a lot. I managed to write my file in app/Documents using "QStandardPaths"
Also, i know it's not a Qt relative question, but do you know what is the pending software of Finder in a IPhone (i now want to open my file on the IPhone!) ?
Thanks again.
Christian. -
AFAIK, there's currently no Apple equivalent for iOS, that may change in the future. You might find other application offering that service.