CurDisk$ Function
Returns a string representing the current disk.
Syntax
CurDisk$
Return Values
A string that contains the current disk letter.
See Also
ChDisk, CurDir$, CurDrive$
CurDisk$ Function Example
Print "The current disk is: ", CurDisk$