In B4A (or just Visual Basic), I've created a directory:
Files.MakeDir(Files.DirInternal, "app_data)
However, when I try and read a file I get an error stating the directory/file doesn't exist:
Files.ReadString(Files.DirInternal & "/app_data", "text.txt")
Is there a different way in which I should go into the directory to read the file?
Creating new directory if no such directory exist