VolumeEnumerateVolumes Method |
Returns an enumerable collection of
String volumes on the computer.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static IEnumerable<string> EnumerateVolumes()
Public Shared Function EnumerateVolumes As IEnumerable(Of String)
public:
static IEnumerable<String^>^ EnumerateVolumes()
static member EnumerateVolumes : unit -> IEnumerable<string>
Return Value
Type:
IEnumerableStringAn enumerable collection of
String volume names on the computer.
See Also