Click or drag to resize

DirectoryEnumerateLogicalDrives Method

[AlphaFS] Enumerates the drive names of all logical drives on the Computer with the ready status.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static IEnumerable<DriveInfo> EnumerateLogicalDrives()

Return Value

Type: IEnumerableDriveInfo
An IEnumerable of type DriveInfo that represents the logical drives on the Computer.
See Also