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()
Public Shared Function EnumerateLogicalDrives As IEnumerable(Of DriveInfo)
public:
static IEnumerable<DriveInfo^>^ EnumerateLogicalDrives()
static member EnumerateLogicalDrives : unit -> IEnumerable<DriveInfo>
Return Value
Type:
IEnumerableDriveInfoAn IEnumerable of type
DriveInfo that represents the logical drives on the Computer.
See Also