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 Statement, CurDrive$ Function, CurDisk$ Function
CurDir$ Function Example
Print "The current directory is: ", CurDir$