Hello,
I hace this code in my project
I checked that the File called BlueTheme.TD is present in the Files folder and the folder is synchronized.
I replace the variable Theme with the full Filename "BlueTheme.TD".
I tested my project on my phone and on the emulator (Android 34).
I tested the code in different new projects.
I always got the Problem that File.exists is reporting false? Why does it not find the file?
Does ony one has an answer what goes wrong.
I hace this code in my project
B4X:
If File.Exists(File.DirAssets,Theme) Then
l = File.Readlist(File.DirAssets,Theme)
End If
I checked that the File called BlueTheme.TD is present in the Files folder and the folder is synchronized.
I replace the variable Theme with the full Filename "BlueTheme.TD".
I tested my project on my phone and on the emulator (Android 34).
I tested the code in different new projects.
I always got the Problem that File.exists is reporting false? Why does it not find the file?
Does ony one has an answer what goes wrong.