Hey all,
how do i retrieve the names(string) of all the cd drives and usb drives available?
for example if my cd/usb is named "Pencil( D: )" i want the name "Pencil" to be retrieved.
Thanks in advanced.
I don't know of a particular windows system call that will retrieve them all at the same time - but
you can use the getVolumeInformation function to get them one at a time in a loop.