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.
getDiskDrivesWindows()//=> [ 'C:\\', 'G:\\' ] Copy
getDiskDrivesWindows()//=> [ 'C:\\', 'G:\\' ]
Generated using TypeDoc
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.