Tagged Questions

4
votes
1answer
371 views

How to distinguish between USB and floppy devices - C#

I'm trying to recognize drives types by looping around DriveInfo.GetDrives() result. But for both USB and floppy I get the same DriveType.Removable value. How can I distinguish between them? Thanks! ...