using the command bellow
Msgbox(File.ReadString(File.DirRootExternal, "String.txt"), "string.txt")
I viewed the content of string.txt located at the root of external sd of an android phone
I tried this command
File.WriteString(File.DirInternal, "String.txt", "This is some string" & CRLF & "and this is another one.")
then
Msgbox(File.ReadString(File.Dirinternal, "String.txt"), "string.txt")
No error and the content of string.txt displayed
But I can not find the String.txt in an internal storage of an android phone
Where can I locate string.txt
Msgbox(File.ReadString(File.DirRootExternal, "String.txt"), "string.txt")
I viewed the content of string.txt located at the root of external sd of an android phone
I tried this command
File.WriteString(File.DirInternal, "String.txt", "This is some string" & CRLF & "and this is another one.")
then
Msgbox(File.ReadString(File.Dirinternal, "String.txt"), "string.txt")
No error and the content of string.txt displayed
But I can not find the String.txt in an internal storage of an android phone
Where can I locate string.txt