In C# how do you detect is a specific drive is a Hard Drive, Network Drive, CDRom, or floppy?
Check System.IO.DriveInfo class and DriveType property.