Hi,
I have been struggling to write to a text file, and then retrieve the file (copy via USB to desktop).
I was told it would not work with file.dirInternal, but i had to use file.dirrootexternal and write to an SD card instead, which i did not have.
So i purchased a lenovo with SD, and low and behold, the path file.rootdirexternal:
- Produces no errors while debugging (File.WriteString(File.DirRootExternal , "t55bb.txt", "abcxxx")
- checking if file."exists" = true
But the file cannot be found on the sd card! , not anywhere.
It is also not on the tablet (internal)....until, i swich off power to the tablet, power back on, and there it is!
I observed this behaviour a few weeks ago, but now i tested specifically powering off and back on.
Now i'm interested for an explanation.

Paul
I have been struggling to write to a text file, and then retrieve the file (copy via USB to desktop).
I was told it would not work with file.dirInternal, but i had to use file.dirrootexternal and write to an SD card instead, which i did not have.
So i purchased a lenovo with SD, and low and behold, the path file.rootdirexternal:
- Produces no errors while debugging (File.WriteString(File.DirRootExternal , "t55bb.txt", "abcxxx")
- checking if file."exists" = true
But the file cannot be found on the sd card! , not anywhere.
It is also not on the tablet (internal)....until, i swich off power to the tablet, power back on, and there it is!
I observed this behaviour a few weeks ago, but now i tested specifically powering off and back on.
Now i'm interested for an explanation.
Paul