1. No folder on your PC is accessible to the emulator.
2. You need to explain us what you are trying to do.
Thanks Mr. Erel, I explain you as follow:
I have an image file "tx1.jpg" with dimension 11000pixel x 15000pixel in my computer "D:\temp\tx1.jpg"
I want to use ScaleImageView library to display in layout
I use:
Dim ViewerFolder As String = File.DirRootExternal & "/Download/"
Dim ViewerFilename As String = "tx1.jpg"
ScaleImageView1.ImageFile = ViewerFolder & ViewerFilename
But i don't know how to copy "D:\temp\tx1.jpg" to File.DirRootExternal & "/Download/"
I don't know how to open Files Explorer with AVD to copy tx1.jpg file fromt "D:\temp" to SdCard of AVD
Could you please help me !