Hi everybody!
I'm trying to create a new file and put some text to it.
Code:
File.WriteString(File.DirInternal, "vcpcnf.txt", "Test")
Msgbox("Created new configuration, refer to " & File.DirInternal ,"")
Message box outputs the information:
"Created new configuration, refer to /data/data/prokli.b4a.filetest/files"
The code seems to be okay (no error message)
Problem:
I cannot find that folder and even not the file on my tablet-pc (I am using the ES File Explorer app)
Has anybody any idea??
Regards,
Harald:
sign0085:
I'm trying to create a new file and put some text to it.
Code:
File.WriteString(File.DirInternal, "vcpcnf.txt", "Test")
Msgbox("Created new configuration, refer to " & File.DirInternal ,"")
Message box outputs the information:
"Created new configuration, refer to /data/data/prokli.b4a.filetest/files"
The code seems to be okay (no error message)
Problem:
I cannot find that folder and even not the file on my tablet-pc (I am using the ES File Explorer app)
Has anybody any idea??
Regards,
Harald:
sign0085: