I am confused by the File properties, and what they correspond to in the actual device. I looked at AutoComplete to understand better, but still I am confused.
- DirAssets : Where the files added to the project go. I see it on the device in Android\data\b4a.minimenu\files\virtual_assets
- DirDefaultExternal : returns the folder based on the package name. Think I understand. I see folders by the package names in my files viewer on the tablet within Android/Data. I verified that it points to Android\data\b4a.minimenu\files
- DirInternal : Save private data : I suppose this is where I should save my preference files and they will be safe from deletion/peeking, right ?
- DirInternalCache : sort of the equivalent of the Temp folder ?
- DirRootExternal : Root folder of the external storage media : is it the sd card, or the device root folder ?
- ExternalReadable, ExternalWritable : permissions.
I also found https://www.b4x.com/android/help/files.html where a lot is detailled.
Is it possible to access the user Documents folder to read and write ?
- DirAssets : Where the files added to the project go. I see it on the device in Android\data\b4a.minimenu\files\virtual_assets
- DirDefaultExternal : returns the folder based on the package name. Think I understand. I see folders by the package names in my files viewer on the tablet within Android/Data. I verified that it points to Android\data\b4a.minimenu\files
- DirInternal : Save private data : I suppose this is where I should save my preference files and they will be safe from deletion/peeking, right ?
- DirInternalCache : sort of the equivalent of the Temp folder ?
- DirRootExternal : Root folder of the external storage media : is it the sd card, or the device root folder ?
- ExternalReadable, ExternalWritable : permissions.
I also found https://www.b4x.com/android/help/files.html where a lot is detailled.
Is it possible to access the user Documents folder to read and write ?