I have a project in vb.net and I need to transfer files from iOS folder to my PC when device is connected via USB.
I can't access to the virtual DCIM folder and so I tried with PortabledeviceCOM, but it's in C++ and then also if I can see all stored files and transfer one or all of them, they are listed with just an undefined name "o18", "o1A" and so on while I need to identify them to be able to find a way to transfer just the last captured file (picture/video).
Is there something I can use on vb?
I also read the second answer posted here Can images be read from an iPhone programmatically using CreateFile in Windows? but I can't understand how to use that code.