removable Questions
2
Solved
Windows 7 platform, C#
I use the following statement to list all drives:
DriveInfo[] drives = DriveInfo.GetDrives();
then I can use DriveType to find out all those removable disks:
foreach (va...
2
Solved
In my previous question "How to find the unique serial number of a flash device?" I ended up asking for a way to get the drive letter. That problem is solved.
However, my initial question has not ...
Sands asked 22/12, 2009 at 20:1
1
© 2022 - 2024 — McMap. All rights reserved.