Drive letter is different between windows explorer and DriveInfo.GetDrives() function, how to solve this ?

B

Burhanudin Ashari

I have a client that had a problem with their drive letter. My client using my system that utilize DriveInfo.GetDrives() function from .Net, yet, the drive letters shown in my system is different with what they have in windows explorer. Is there any ways to show that a drive letter is corresponds with another (for ex. drive L is same with F) ?Here is the screenshot :Drives enumerated using powershelland here is the drives enumerated using DriveInfo.GetDrives()

Continue reading...
 
Back
Top Bottom