The question is very simple, I want to list all drives on my pc.
We all know how to list drives with:
DriveInfo.GetDrives();
Directory.GetLogicalDrives();
But what if I need to list my CELLPHONE as a drive, I can see it on explorer, so why is not listed on the result of this 2 methods?
I tested this methods with 2 kind of cellphones.
- Android: LG G4 Stylus LTE (internal and SDcard, so here you have 2 drives)
- Windows phone: Lumia 1020 (no SDcard)
Still, no result.
Help please!