How to get path to SD card
Unsolved
Mobile and Embedded
-
Hello,
I am trying to get the external SD card path, unfortunately /sdcard path leads to my internal smartphone storage. I have installed TotalCommander on the device and figured out that the actual path is: /storage/646A-1106/
So my question is how to use API to get this path for different devices?
-
@Kyeiv said in How to get path to SD card:
how to use API to get this path for different devices
If you refer to Qt API, you may want to check QStandardPaths class
-
@Pablo-J-Rogina i looked through its documentation and i am afraid that it returns only internal storage paths.