I'm having trouble figuring out how to read / copy a file that is on the filesystem of an Android device plugged into a Win10 PC via USB.
I can see the file using Windows Explorer as shown in the attached image.
Usually I would just use a drive letter to open the file but in this case it has no drive letter.
I've tried something like this but it gives an error:
assignfile(tf,'"\\This PC\TC20\Internal shared storage\WXLog.log"');
reset(tf); //Exception EInOutError, I/O error 123 occurs here
What's the proper way to do this?
Thanks