CurDrive$ function

Returns a string representing the current drive.

Syntax
CurDrive$

Return Values
A string that contains the current drive letter.

See Also
ChDrive, CurDir$, CurDisk$

CurDrive$ Function Usage Example

Print "The current drive is: ", CurDrive$