I am attempting to read and write to a singe line text file. The program crashes with "file not found" error. I created a text file with Windows XP accessory Notepad. Could not find the "Files Tab", so instead used the IDE menu Windows->File Manager to include the file in the project.
I was able to find the file using Android utility file manager. Its path is:
sdcard/Android/data/b4a.BreezeView/files/virtual_assets/LastID.txt
I tried using both this path, and the recommended path: File.DirRootExternal
In all cases the commands File.ReadString and File.WriteString fail and crash the program.
I was able to find the file using Android utility file manager. Its path is:
sdcard/Android/data/b4a.BreezeView/files/virtual_assets/LastID.txt
I tried using both this path, and the recommended path: File.DirRootExternal
In all cases the commands File.ReadString and File.WriteString fail and crash the program.