I understand that you can read the contents of a "real" (external) SD card using something like "//file/mnt/name_of_folder/img.jpg" But where is this physically location on C: / WIndows7? Is it a 'readable' folder like a Windows directory, or is it 'encoded'? For example, if I copy and paste a file to a Windows folder, I can move a file from "A" to "B". Can the same copy/paste be used on the emulator's SD card ... wherever it might be hiding?
To put it into context, Eye-Fi transmits a file from DSLR camera to the SD card. App then 'picks up' this data. If there is a physical drive, I can emulate this action by copy/paste a file to the SD folder for the test app to read. If the data is deep within the 'guts' of the developer, I will have to write a second prog that can store a sample image file using developer code which the original program can then read.
I'm HOPING the copy/paste is viable as that would be the easiest route!