I've read the direct access document and have a question:
If I wanted to list the disk images and their 'slots', do I really have to use the direct access mode, process Microsoft's horrible file system, find the HxC .cfg file, and then parse the ShortDirectoryEntry structures? Or am I missing an easier way of doing this?
There's the nice CMD_SELECT_IMG_INDEX function, so I was rather hoping for a function to take an image index and return something like a ShortDirectoryEntry.
