I am writing a Windows C# (winforms) app that copies images from a PC to the Android device Images folder. Windows file explorer gives me this path: Computer\SCH-I535\Phone\Images but I cannot access the device programmatically via the path.
I am not sure how to mount or read the Android device from my C# app. I's sure this is dead-simple, but I haven't had any luck.
Could anyone help?