Tagged Questions
1
vote
1answer
763 views
System.IO.DriveInfo.GetDrives() hangs with disconnected network drives
I am writing a file manager in .NET 3.5. At startup, the application must enumerate available drives. I am using DriveInfo.GetDrives to do that.
Unfortunately my users lamented that, when they have ...