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