Possible Duplicate:
Transfer data from Tablet to PC
I am writing an application for the Archos tablet. I load a file at at the same time as with the .apk file (like assets). I can read from this file from my application, but I can not write to it.
I also do not know how read it on the PC for using the written data (in fact, export, file, from tablet to PC). Or another way, to export data from tablet, to the PC.
Just detail….
I creat folder and MyTextFile.txt.
I can use this file but file is creat at local: /sdcard/MyFolder.
I can read and write this file, but it isn’t in physical SDcard.
I don’t know, how write on SDcard or USB key (extern, in port of my Archos101 tablet).
It is good think, that I can now, export datas from tablet to PC ….
But,only with USB cable, it’s was better, if I can stock this file with extern support.
Do you Know how think ” thru path ” of SDcard and USB ?Android.OS.Environment.ExternalStorageDirectory gets me the intern path (local: /sdcard/MyFolder), and not SD card, or USB key path.
Thank you.
Serge.