Click or drag to resize

VolumeEnumerateVolumes Method

Returns an enumerable collection of String volumes on the computer.

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

Return Value

Type: IEnumerableString
An enumerable collection of String volume names on the computer.
See Also