detecting usb media from within a c program
developing a c application that must be able to detect when a usb drive has been inserted. What is the best way to do this. it almost appears I need to know the name of the media that is to be inserted before I can access it, this won't work. How do I detect it, find it and access it?
|