getLogicalDriveStrings

fnstring getLogicalDriveStrings() @trusted nothrow

Gets logical drive strings.

Returns a string containing all logical drive letters.

Returns

String with drive letters (e.g., "C:\D:\E:\").

Example:

auto drives = getLogicalDriveStrings();
// Parse to get individual drive letters