back to Table of Contents


CurrDrives$ (function)

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)


back to Table of Contents