Returns a string containing the letters of all currently available drives on the computer. As the list of drives will change with each network and/or flash drive, which gets connected or disconnected, you should not cache the result of this function in a variable (at least not for a long term), but rather call this function whenever you need the actual drives list.
SYNTAX:
drives$ = CurrDrives$
RESULT:
drives$ (STRING)
- The concatenated letters of currently available drives (eg. "CDEGHINTZ").