Tagged Questions
The getdrivetype tag has no wiki summary.
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 ...
1
vote
2answers
759 views
C# getdrives with type fixed but without usb harddisks?
I want to retrieve the list of fixed disks in a system. But C#s GetDrives Fixed Drives are including plug USB Harddisks.
Any idea how I may detect that a fixed Drive is not an USB harddisk or vica ...
0
votes
3answers
230 views
How can I determine the type of a particular drive?
I feel somewhat noob yet with this of getting the Information of Hardware of the CPU, so i come with this request: Hard Drive, CD/DVD/Bluray reader, Floppy and if it's possible USB.
I've been looking ...