How to Get the Folder Name of USB Disk?

Posted by Kate Moss' Open Space on Geeks with Blogs See other posts from Geeks with Blogs or by Kate Moss' Open Space
Published on Sun, 04 Apr 2010 18:28:05 GMT Indexed on 2010/04/04 19:33 UTC
Read the original article Hit count: 351

Filed under:

When an USB Disk plugs into CE/Mobile based device, how do you know the folder name of the mounting point? Usually, it should be "USB Disk" but it is really depends on how OS image builder; they may change the folder name for whatever reason.

FindFirstFlashCard looks simple and promising, the drawback is it only available on Windows Mobile. In fact, these find flash card API set will enumerate all of the mountable file system which includes SD card, CF and etc that we don't expect to get.

So I am going to introduce you another way via Storage Manager.
Here is the steps.


 

© Geeks with Blogs or respective owner