Click or drag to resize

DriveInfoGetDrives Method

Retrieves the drive names of all logical drives on a computer.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static DriveInfo[] GetDrives()

Return Value

Type: DriveInfo
An array of type DriveInfo that represents the logical drives on a computer.
See Also