Example:
auto drives = getLogicalDriveStrings();
// Parse to get individual drive lettersstring getLogicalDriveStrings() @trusted nothrowGets logical drive strings.
Returns a string containing all logical drive letters.
Example:
auto drives = getLogicalDriveStrings();
// Parse to get individual drive letters