Hi,
I've reported this before, but unless I do not understand it, it's strange.
I was led to believe that you cannot write directly to the device ( = Tablet Samsung Galaxy Tab A (2016))
but dirRootExternal writes to the SDcard inserted.
This is my statement to write XML files, it does so wonderfully:
File.WriteString( File.DirRootExternal,filnam, xmlWriter.asString2(props))
But, it does not write to the SDcard, it writes to the root of the tablet.
Now i want the file on my destop, connected via USB.
At first i cannot see it from the desktop, but either after many "refresh" (F5) actions, or, after dis- and reconnecting the tablet, i can see and copy it directly to the desktop.
What am I missing here ? New feature, rewrite the manual ?
Thx,
Paul
I've reported this before, but unless I do not understand it, it's strange.
I was led to believe that you cannot write directly to the device ( = Tablet Samsung Galaxy Tab A (2016))
but dirRootExternal writes to the SDcard inserted.
This is my statement to write XML files, it does so wonderfully:
File.WriteString( File.DirRootExternal,filnam, xmlWriter.asString2(props))
But, it does not write to the SDcard, it writes to the root of the tablet.
Now i want the file on my destop, connected via USB.
At first i cannot see it from the desktop, but either after many "refresh" (F5) actions, or, after dis- and reconnecting the tablet, i can see and copy it directly to the desktop.
What am I missing here ? New feature, rewrite the manual ?
Thx,
Paul