Click or drag to resize

HostEnumerateDrives Method

Enumerates drives from the local host.

Namespace:  Alphaleonis.Win32.Network
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static IEnumerable<string> EnumerateDrives()

Return Value

Type: IEnumerableString
IEnumerableT drives from the local host.
Exceptions
ExceptionCondition
NetworkInformationException
See Also