I am trying to use the ExteranlStorage but it is forcing me to use the built in UI to pick directories.
I already have my own UI, and it seems that I cannot use the ExternalStorage routines without having a valid ExternalFile and I am unable to create a valid ExternalFile without using the ExternalStorage UI.
Seems in order to create a ExternalFile I need to initialize the
BobVal
I already have my own UI, and it seems that I cannot use the ExternalStorage routines without having a valid ExternalFile and I am unable to create a valid ExternalFile without using the ExternalStorage UI.
Seems in order to create a ExternalFile I need to initialize the
B4X:
Dim ExternalPath as ExternalFile
ExternalPath.Initialize
ExternalPath.IsFolder = True
ExternalPath.Name = "/storage"
ExternalPath.Native.
.Native function but HOW and TO what?
BobVal