Function getDiskDrivesWindows

  • This function retrieves information about the disk drives on a Windows system. It uses the Windows Management Instrumentation (WMI) to query the system for this information.

    Returns string[]

    Example

    getDiskDrivesWindows()
    //=> [ 'C:\\', 'G:\\' ]

Generated using TypeDoc