I am trying to include a file within my APK (version.txt) and read that file upon launch. I added the file to the build using the B4A File Manager but not really sure how to access the file. I know how to read a file, but just do not know the correct file location of the included files. So, how can I access a file the is included within the APK and is just adding the file using the built-in file manager all that is needed to add files?