[SOLVED] How to get the app data path?
-
Hello Everybody.
I'm looking for a way to get the app data path in android from QML. (or C++)
I made some test with the camera component and, after taking a picture, the image path was like :
@
/data/data/org.qtproject.example.test/files/IMG_00000003.jpg
@is there a function to get this path?
Returning something like "/data/data/org.qtproject.example.test/"Best Regards
-
Hi,
"QStandardPaths":http://doc.qt.io/qt-5/qstandardpaths.html should help with that
-
Thank you SGaist,
Very useful info.
Regards -
You're welcome !
If that answers your problem then please update the thread title prepending [solved] so other forum users may know a solution has been found :)