External storage
-
Hi,
What external storage are you expecting on a iOS device ?
-
More specifically: on these mobile OS there's a lot of strict restrictions on where you can write.
Use the suggestion of AlterX
-
Been doing some work on this today...
@
StorageDirectory= getenv("EXTERNAL_STORAGE");
@will only give you the internal sd card on certain devices, for example all the Samsung Tab varieties.
I did read somewhere that QStandardPaths may include an external storage location, later on down the line.