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