I'm testing out some stuff in libusb (C++), but is it possible to read data (like getting folders and files) from a USB flash drive using libusb?
I've searched for functions and stuff, but I haven't been able to find something. I'd love some examples that would just get me started. Right now I can get a list of devices, check if it is an USB flash drive and do libusb_open
but then what?