spiegelp / MaterialDesignExtensions

Material Design Extensions is based on Material Design in XAML Toolkit to provide additional controls and features for WPF apps
https://spiegelp.github.io/MaterialDesignExtensions/
MIT License
762 stars 122 forks source link

Fixed? issue with accessing VolumeLabel property for … #78

Closed dtwk2 closed 4 years ago

dtwk2 commented 4 years ago

... Network drives that can't be accessed. I have a network drive that i can't access. Accessing the property, VolumeLabel, caused an IOException. This is my fix.

spiegelp commented 4 years ago

@dtwk2 Thank you