CurDir$ Function
SyntaxGroupCurDir[$]([Drive$])
FileDescription
Return the current directory for Drive$.Pocket PC
Not supported.Sandbox
Sandbox mode blocks this function.
See Also
Parameters Description Drive$ This string value is the drive letter. If this is omitted or null then return the current directory for the current drive.
ChDir, ChDrive
Sub Main Debug.Print CurDir$() End Sub