I am having problems trying to read a file from the sdcard.
The file is on the root of the card and the command is below.
MsgBox(File.ReadString(File.DirRootExternal, "a.txt"), "")
The error message is java.io.FileNotFoundException:/mnt/sdcard/a.txt (No such file or directory).
Can you help me, please ?
The file is on the root of the card and the command is below.
MsgBox(File.ReadString(File.DirRootExternal, "a.txt"), "")
The error message is java.io.FileNotFoundException:/mnt/sdcard/a.txt (No such file or directory).
Can you help me, please ?