When I plug in my Nikon P520 camera to the usb port, the camera appears in the shell as ThisPc\P520\Removable storage\DCIM\101NIKON. There is no drive letter.
With Delphi XE4, I have tried various components as well as SelectDirectory to retrieve the folder path, but the path is always blank. Windows 8.1 explorer allows viewing the pictures in the path mentioned above and DevelopersExpress cxShellListView also displays the pictures.
TMSFolderDialog, cxShellBrowserDialog, and FileCtrl.SelectDirectory('Select Folder', 'Desktop', AFolder) all return an empty path.
Is there a way to get a usable path as a string from the shell for this shell path so I can load the pictures into other components that require a string path?