visual-c++drive-letter

List USB drive letters in VC++


I want to list USB drives in my machine. How to do it in VC++. Can u give a sample code.


Solution

  • I don't think you're going to get anybody to write the code for you: you're a programmer, that's (presumably) your job.

    However, you can start with GetLogicalDriveStrings and GetDriveType.