get disk name

  • Thread starter Thread starter Dean L. Howen
  • Start date Start date
D

Dean L. Howen

Environment.GetLogicalDriver() shows us the logical driver DriverLetter, but
I can find the method get the name of driver, pleasehelp me !
Thanks so much!
 
You could try using the System.Environment.MachineName
property. Or do you need it for each logical drive that
is returned?
 
Back
Top