I have manually created a scriptures folder in the Files folder and placed the index.html file in the scriptures folder. b4i tells me that this file is missing from the Files tab and it doesn't copy this file when I run the app and tell it to run the following code. What's wrong?
B4X:
File.Copy(File.DirAssets, "scriptures/index.html", File.DirLibrary, "index.html")