alphaleonis / AlphaFS

AlphaFS is a .NET library providing more complete Win32 file system functionality to the .NET platform than the standard System.IO classes.
http://alphafs.alphaleonis.com/
MIT License
563 stars 99 forks source link

Change method Network.Host.EnumerateDrives() return type from string to DriveInfo. #388

Closed Yomodo closed 6 years ago

Yomodo commented 6 years ago

Currently method Network.Host.EnumerateDrives() returns the drives as IEnumerable<string>

C: D: E: ...

Change return type to AlphaFS IEnumerable<DriveInfo> to make it versatile.