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()
Public Shared Function EnumerateDrives As IEnumerable(Of String)
public:
static IEnumerable<String^>^ EnumerateDrives()
static member EnumerateDrives : unit -> IEnumerable<string>
Return Value
Type:
IEnumerableStringIEnumerableT drives from the local host.
Exceptions See Also