DirectoryGetLogicalDrives Method |
Retrieves the names of the logical drives on the Computer in the form "<drive letter>:\".
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static string[] GetLogicalDrives()
Public Shared Function GetLogicalDrives As String()
public:
static array<String^>^ GetLogicalDrives()
static member GetLogicalDrives : unit -> string[]
Return Value
Type:
StringAn array of type
String that represents the logical drives on the Computer.
See Also