Is there any more information about Enumerate Disk Drives?
(yes, I have just searched the help PDF etc).

For example, does it include mapped drives? either network drives mapped as drive letter, or folder on local drive mapped as drive letter? Does it include USB Drives currently plugged into the PC?


Using Set Variable %COMBOBOXTEXT% to FUNCTION :Get System Info (Enumerate Disk Drives)
create %COMBOBOXTEXT% as some strange variable, and Dialog (Combo Box) seems to know how to handle this variable and extract the required data from it.

But if I try and look at this variable, eg
If %COMBOBOXTEXT% Contains "C"
then this test fails (though %COMBOBOXTEXT% does contain "C:|D:| etc"

So can you point me to a bit more information about this.

(Sorry for asking about something that does work, it's just that I hate using things I don't understand :-)