Click or drag to resize
DirectoryGetLogicalDrives Method
Retrieves the names of the logical drives on this computer in the form "<drive letter>:\".

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

Return Value

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