Tagged Questions

3
votes
2answers
3k views

GetDriveType in C#? or find out if my drive is removable?

I am using Environment.GetLogicalDrives(); to get a list of drives. I remember in c++ i could use GetDriveType to find if the device was CD, removable, flash, etc and i am thinking i want to put a ...