different between card reader to usb using c#

2019-07-27 06:47发布

I build a scanner that takes all drive's with DriveInfo . how i Discerning between drive from card reader and drive from usb ?? thanks....


is the same member - Removable!! i try this , but must to be a diffrent from card reader to usb device!! sombody ??

1条回答
欢心
2楼-- · 2019-07-27 07:30

I would see if the DriveInfo.DriveType returns a different drive type for the card reader and the usb drive. Here's a list of what drive types DriveInfo contains.

查看更多
登录 后发表回答