Hello,
In the theory you get with DirRootExternal the path of an external storage media or sd-card. Is that right?
Because with me comes a completely different path out and try to save something under the path it saves it always on the device not on the SD.
I add this permission to the manifest editor:
And writeable is true.
Or is there another way to save the sd card? All tutorials I have read have been based on "DirRootExternal"
In the theory you get with DirRootExternal the path of an external storage media or sd-card. Is that right?
Because with me comes a completely different path out and try to save something under the path it saves it always on the device not on the SD.
I add this permission to the manifest editor:
B4X:
AddPermission("android.permission.WRITE_EXTERNAL_STORAGE")
And writeable is true.
Or is there another way to save the sd card? All tutorials I have read have been based on "DirRootExternal"