开发者

different between card reader to usb using c#

开发者 https://www.devze.com 2023-01-08 14:23 出处:网络
I build a scanner that takes all drive\'s with DriveInfo . how i Discerning between drive from card reader and drive from usb ??

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

开发者_如何学Python

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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消