U upsis Member Licensed User Longtime User Feb 20, 2013 #1 Why when I use File.DirRootExternal the data stays in device's memory and not in SD Card? How should I proceed so that the data is on the SD card?
Why when I use File.DirRootExternal the data stays in device's memory and not in SD Card? How should I proceed so that the data is on the SD card?
Erel B4X founder Staff member Licensed User Longtime User Feb 21, 2013 #2 File.DirRootExternal returns the default "external storage". Some devices have other storages. However there is no standard way to access them. Upvote 0
File.DirRootExternal returns the default "external storage". Some devices have other storages. However there is no standard way to access them.
J Jost aus Soest Active Member Licensed User Longtime User Feb 21, 2013 #3 Solution Hi upsis, try getSDCardPath: External SD Card Root Folder Upvote 0
A AndyDroid2012 Member Licensed User Longtime User Feb 21, 2013 #4 Writing to the internal memory card is the default. But if you mean that you want to write to a removable card then that is only possible if you cheat the permissions file. I have outlined how in this post http://www.b4x.com/forum/basic4andr...-make-external-media-writable.html#post151701 Upvote 0
Writing to the internal memory card is the default. But if you mean that you want to write to a removable card then that is only possible if you cheat the permissions file. I have outlined how in this post http://www.b4x.com/forum/basic4andr...-make-external-media-writable.html#post151701