Drives$

Drives$ is a system variable.  It can be used like any other variable.  Use it in expressions, print it, perform functions on it, etc.  It is special in that it contains the drive letters for all the drives installed in the computer in use.

For example:

    print Drives$

  Will in many cases produce:

    a: b: c:


