读取计算机盘符

读取电脑盘符DriveInfo[] s DriveInfo.GetDrives()foreach (DriveInfo drive in s){}是这样读取的啊为

读取电脑盘符
  DriveInfo[] s = DriveInfo.GetDrives();
foreach (DriveInfo drive in s)
{



是这样读取的啊   为什么值能读到硬盘和可移动存储的设备??
便携设备读取不到呢?
   我要读取便携设备怎么读??
[解决办法]
http://bbs.csdn.net/topics/390602590