CurDir$ Function
Returns a string representing the current directory.
Syntax
CurDir$
Return Values
A string that includes the current drive and path.
See Also
ChDir, CurDrive$ , CurDisk$
CurDir$ Function Example
Print "The current directory is: ", CurDir$