B4X:
DirFileWA = rp.GetSafeDirDefaultExternal("TossWhatsapp")
I want to read a file in the directory I have made with rp.GetSafeDirDefaultExternal. How can I get in that directory with ExternalStorage?
B4X:
Storage.Initialize (Me, "Storage")
FoldersStack.Initialize
UpItem.Initialize
Storage.SelectDir(False)
Wait For Storage_ExternalFolderAvailable
FoldersStack.Clear
EnterFolder(Storage.Root)
With Externalstorage I can not reach this directory.