Hi to all
I have a txt file that must always be read by the app, when it starts, just like it were a configuration file. Therefore, I have copied it in "MyProject/Files" and added to the project with the IDE FileManager. I try to access it with:
but the function returns false.
I am wondering myself what I am missing..
Thanks
I have a txt file that must always be read by the app, when it starts, just like it were a configuration file. Therefore, I have copied it in "MyProject/Files" and added to the project with the IDE FileManager. I try to access it with:
B4X:
File.Exists(File.DirAssets, FileName)
I am wondering myself what I am missing..
Thanks