views:

110

answers:

0

Hello all,

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! BP